fruitpicker01 commited on
Commit
fabff82
·
verified ·
1 Parent(s): 2c887b0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -10
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- gradio
2
- pandas
3
- openpyxl
4
- requests
5
- langchain
6
- langchain-community
7
  gigachat
8
- openpyxl
9
- gitpython
10
- together
11
- pymorphy2
 
1
+ gradio==3.39.0
2
+ pandas==2.0.3
3
+ openpyxl==3.1.2
4
+ requests==2.31.0
5
+ langchain==0.0.300
6
+ langchain-community==0.0.23
7
  gigachat
8
+ gitpython==3.1.32
9
+ together==0.0.2
10
+ pymorphy2==0.9.1
11
+ pydantic==1.10.2