Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -1,10 +1,8 @@
|
|
| 1 |
gradio>=4.44.0
|
| 2 |
-
torch>=2.
|
| 3 |
-
flask>=2.0.0
|
| 4 |
numpy<2.0.0
|
| 5 |
-
pandas>=2.
|
| 6 |
tqdm>=4.66.0,<5.0.0
|
| 7 |
requests>=2.25.0
|
| 8 |
-
urllib3>=1.26.0
|
| 9 |
python-dotenv>=1.1.1
|
| 10 |
nltk>=3.8
|
|
|
|
| 1 |
gradio>=4.44.0
|
| 2 |
+
torch>=2.0.0,<3.0.0
|
|
|
|
| 3 |
numpy<2.0.0
|
| 4 |
+
pandas>=2.0.0,<3.0.0
|
| 5 |
tqdm>=4.66.0,<5.0.0
|
| 6 |
requests>=2.25.0
|
|
|
|
| 7 |
python-dotenv>=1.1.1
|
| 8 |
nltk>=3.8
|