Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
gradio
|
2 |
pandas==2.0.3
|
3 |
openpyxl==3.1.2
|
4 |
requests==2.31.0
|
5 |
-
langchain
|
6 |
langchain-community
|
7 |
gigachat
|
8 |
gitpython==3.1.32
|
9 |
-
together==
|
10 |
pymorphy2==0.9.1
|
11 |
-
pydantic
|
|
|
1 |
+
gradio>=3.40.0
|
2 |
pandas==2.0.3
|
3 |
openpyxl==3.1.2
|
4 |
requests==2.31.0
|
5 |
+
langchain>=0.0.400
|
6 |
langchain-community
|
7 |
gigachat
|
8 |
gitpython==3.1.32
|
9 |
+
together==1.2.11
|
10 |
pymorphy2==0.9.1
|
11 |
+
pydantic>=2.6.0
|