Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio==3.
|
2 |
pandas>=2.0.0
|
3 |
numpy>=1.24.0
|
4 |
matplotlib==3.7.1
|
@@ -7,10 +7,12 @@ plotly>=5.13.0
|
|
7 |
scikit-learn>=1.2.0
|
8 |
scipy>=1.10.0
|
9 |
python-dotenv>=1.0.0
|
10 |
-
smolagents==0.1.0
|
11 |
litellm>=1.0.0
|
12 |
transformers>=4.35.0
|
13 |
torch>=2.0.0
|
14 |
accelerate>=0.20.0
|
15 |
openpyxl>=3.1.0
|
16 |
-
pillow
|
|
|
|
|
|
|
|
1 |
+
gradio==3.41.0
|
2 |
pandas>=2.0.0
|
3 |
numpy>=1.24.0
|
4 |
matplotlib==3.7.1
|
|
|
7 |
scikit-learn>=1.2.0
|
8 |
scipy>=1.10.0
|
9 |
python-dotenv>=1.0.0
|
|
|
10 |
litellm>=1.0.0
|
11 |
transformers>=4.35.0
|
12 |
torch>=2.0.0
|
13 |
accelerate>=0.20.0
|
14 |
openpyxl>=3.1.0
|
15 |
+
pillow>=8.0.0,<11.0.0
|
16 |
+
aiohttp
|
17 |
+
requests>=2.0.0
|
18 |
+
tqdm
|