fruitpicker01 commited on
Commit
665eb96
·
verified ·
1 Parent(s): e8244f7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -2,11 +2,11 @@ gradio==3.23.0 # Совместимо с Pydantic 1.x
2
  pandas==2.0.3
3
  openpyxl==3.1.2
4
  requests==2.31.0
5
- langchain==0.0.210 # Более стабильная версия, совместимая с Pydantic 1.x
6
  langchain-community
7
  gigachat
8
  gitpython==3.1.32
9
  together==0.1.7
10
  pymorphy2==0.9.1
11
- pydantic==1.10.2 # Версия Pydantic 1.x для совместимости с Gradio и FastAPI
12
  openai
 
2
  pandas==2.0.3
3
  openpyxl==3.1.2
4
  requests==2.31.0
5
+ langchain==0.0.210 # Совместимо с Pydantic 1.x
6
  langchain-community
7
  gigachat
8
  gitpython==3.1.32
9
  together==0.1.7
10
  pymorphy2==0.9.1
11
+ pydantic==1.10.2 # Версия для совместимости с Gradio и Langchain
12
  openai