Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -13
requirements.txt
CHANGED
@@ -1,15 +1,12 @@
|
|
1 |
-
gradio
|
2 |
-
pandas
|
3 |
-
openpyxl
|
4 |
-
requests
|
5 |
-
langchain
|
6 |
langchain-community
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
mistralai
|
13 |
-
pymorphy2
|
14 |
-
spacy
|
15 |
fastapi==0.95.1
|
|
|
1 |
+
gradio==4.42.0
|
2 |
+
pandas==2.2.2
|
3 |
+
openpyxl==3.1.5
|
4 |
+
requests==2.32.3
|
5 |
+
langchain==0.2.15
|
6 |
langchain-community
|
7 |
+
gigachat==0.1.35
|
8 |
+
openpyxl==3.1.5
|
9 |
+
gitpython==3.1.43
|
10 |
+
together==1.2.10
|
11 |
+
pymorphy2==0.9.1
|
|
|
|
|
|
|
12 |
fastapi==0.95.1
|