Upload folder using huggingface_hub
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
1 |
+
gradio==4.44.1
|
2 |
+
gradio_pdf==0.0.16
|
3 |
+
matplotlib==3.7.5
|
4 |
+
numpy==1.23.5
|
5 |
+
openai==1.51.2
|
6 |
+
pandas==1.5.3
|
7 |
+
pandasai==2.2.15
|
8 |
+
pyautogen==0.3.0
|
9 |
+
python-dotenv==1.0.1
|
10 |
+
Requests==2.32.3
|
11 |
+
tavily_python==0.5.0
|
12 |
+
typing_extensions==4.12.2
|
13 |
+
flaml[automl]
|