Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -20
requirements.txt
CHANGED
|
@@ -1,25 +1,8 @@
|
|
| 1 |
-
|
| 2 |
torch==2.3.1
|
| 3 |
-
torchvision==0.18.1
|
| 4 |
-
gradio==4.44.0 # Downgrade از 5.49.1 به نسخه stable (5.x ممکن است unstable باشد)
|
| 5 |
numpy==1.26.4
|
| 6 |
pandas==2.2.2
|
| 7 |
-
|
| 8 |
-
# Viz
|
| 9 |
-
matplotlib==3.9.2
|
| 10 |
-
pillow==10.4.0
|
| 11 |
plotly==5.24.0
|
| 12 |
-
|
| 13 |
-
# RL/NLP
|
| 14 |
gymnasium==1.0.0
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
vaderSentiment==3.3.2
|
| 18 |
-
|
| 19 |
-
# Web
|
| 20 |
-
requests==2.32.3
|
| 21 |
-
beautifulsoup4==4.12.3
|
| 22 |
-
tweepy==4.14.0 # اگر برای Twitter استفاده میشود؛ اگر نه، حذف کنید
|
| 23 |
-
|
| 24 |
-
# Utils (حداقل)
|
| 25 |
-
scikit-learn==1.5.0
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
torch==2.3.1
|
|
|
|
|
|
|
| 3 |
numpy==1.26.4
|
| 4 |
pandas==2.2.2
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
plotly==5.24.0
|
|
|
|
|
|
|
| 6 |
gymnasium==1.0.0
|
| 7 |
+
loguru==0.7.2
|
| 8 |
+
pyyaml==6.0.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|