Spaces:
Runtime error
Runtime error
fikird
commited on
Commit
·
2f972e3
1
Parent(s):
3546c65
Update requirements.txt with compatible versions
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -1,28 +1,28 @@
|
|
1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
-
torch==2.1
|
3 |
-
torchvision==0.
|
4 |
-
torchaudio==2.
|
5 |
-
transformers==4.
|
6 |
numpy>=1.23.5
|
7 |
scikit-learn>=1.2.2
|
8 |
scipy>=1.10.1
|
9 |
nltk>=3.8.1
|
10 |
sentence-transformers==2.2.2
|
11 |
tqdm>=4.65.0
|
12 |
-
gradio==
|
13 |
-
duckduckgo-search==3.
|
14 |
beautifulsoup4==4.12.2
|
15 |
-
langchain==0.0.
|
16 |
lxml==4.9.3
|
17 |
requests==2.31.0
|
18 |
protobuf==4.25.1
|
19 |
-
|
20 |
selenium==4.15.2
|
21 |
webdriver-manager==4.0.1
|
22 |
-
aiohttp==3.
|
23 |
python-whois==0.8.0
|
24 |
geopy==2.4.1
|
25 |
-
httpx==0.
|
26 |
googlesearch-python==1.2.3
|
27 |
-
|
28 |
-
|
|
|
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 |
nltk>=3.8.1
|
10 |
sentence-transformers==2.2.2
|
11 |
tqdm>=4.65.0
|
12 |
+
gradio==3.40.1
|
13 |
+
duckduckgo-search==3.8.4
|
14 |
beautifulsoup4==4.12.2
|
15 |
+
langchain==0.0.262
|
16 |
lxml==4.9.3
|
17 |
requests==2.31.0
|
18 |
protobuf==4.25.1
|
19 |
+
Pillow==10.0.0
|
20 |
selenium==4.15.2
|
21 |
webdriver-manager==4.0.1
|
22 |
+
aiohttp==3.8.5
|
23 |
python-whois==0.8.0
|
24 |
geopy==2.4.1
|
25 |
+
httpx==0.24.1
|
26 |
googlesearch-python==1.2.3
|
27 |
+
google==3.0.0
|
28 |
+
waybackpy==3.0.6
|