Spaces:
Runtime error
Runtime error
fikird
commited on
Commit
·
90aced4
1
Parent(s):
d462a70
Fix dependency versions for langchain and pydantic compatibility
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
-
torch==2.0.1
|
3 |
-
torchvision==0.15.2
|
4 |
torchaudio==2.0.2+cpu
|
5 |
transformers==4.31.0
|
6 |
numpy>=1.23.5
|
7 |
scikit-learn>=1.2.2
|
8 |
scipy>=1.10.1
|
9 |
-
|
10 |
sentence-transformers==2.2.2
|
11 |
tqdm>=4.65.0
|
12 |
gradio==3.40.1
|
13 |
duckduckgo-search==3.8.5
|
14 |
beautifulsoup4==4.12.2
|
15 |
-
langchain==0.0.
|
|
|
16 |
lxml==4.9.3
|
17 |
requests==2.31.0
|
18 |
protobuf==4.25.1
|
|
|
1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torch==2.0.1+cpu
|
3 |
+
torchvision==0.15.2+cpu
|
4 |
torchaudio==2.0.2+cpu
|
5 |
transformers==4.31.0
|
6 |
numpy>=1.23.5
|
7 |
scikit-learn>=1.2.2
|
8 |
scipy>=1.10.1
|
9 |
+
pandas>=2.0.2
|
10 |
sentence-transformers==2.2.2
|
11 |
tqdm>=4.65.0
|
12 |
gradio==3.40.1
|
13 |
duckduckgo-search==3.8.5
|
14 |
beautifulsoup4==4.12.2
|
15 |
+
langchain==0.0.335
|
16 |
+
pydantic==1.10.13
|
17 |
lxml==4.9.3
|
18 |
requests==2.31.0
|
19 |
protobuf==4.25.1
|