Spaces:
Runtime error
Runtime error
fikird
commited on
Commit
·
d462a70
1
Parent(s):
d6bf15a
Update requirements.txt with dependencies for new features
Browse files- requirements.txt +22 -11
requirements.txt
CHANGED
@@ -1,26 +1,37 @@
|
|
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.
|
6 |
numpy>=1.23.5
|
7 |
scikit-learn>=1.2.2
|
8 |
scipy>=1.10.1
|
9 |
nltk>=3.8.1
|
10 |
-
sentence-transformers
|
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 |
-
httpx==0.25.2
|
24 |
python-whois==0.8.0
|
|
|
|
|
25 |
googlesearch-python==1.2.3
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
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.5
|
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 |
+
waybackpy==3.0.6
|
28 |
+
google==3.0.0
|
29 |
+
async-timeout==4.0.3
|
30 |
+
attrs==23.1.0
|
31 |
+
multidict==6.0.4
|
32 |
+
yarl==1.9.2
|
33 |
+
frozenlist==1.4.0
|
34 |
+
charset-normalizer==3.2.0
|
35 |
+
idna==3.4
|
36 |
+
certifi==2023.7.22
|
37 |
+
urllib3==2.0.4
|