Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +17 -25
requirements.txt
CHANGED
|
@@ -1,29 +1,21 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
tiktoken>=0.4.0 # tiktoken
|
| 18 |
-
lxml>=4.9.4 # lxml, *CRITICAL* dependency, specify version
|
| 19 |
-
Pillow>=10.0.1 # Pillow for Image support
|
| 20 |
-
|
| 21 |
-
# These are sometimes needed as dependencies of the above.
|
| 22 |
-
# Specifying them explicitly can help resolve conflicts.
|
| 23 |
beautifulsoup4>=4.12.2
|
| 24 |
soupsieve>=2.3.2
|
| 25 |
cssselect>=1.1.0
|
| 26 |
pytz
|
| 27 |
-
python-dateutil
|
| 28 |
-
|
| 29 |
-
# Add any OTHER dependencies your app.py needs here.
|
|
|
|
| 1 |
+
gradio>=3.30, <4.0
|
| 2 |
+
transformers>=4.30.0
|
| 3 |
+
sentence-transformers>=2.2.2
|
| 4 |
+
duckduckgo-search>=4.0.0
|
| 5 |
+
huggingface-hub>=0.19
|
| 6 |
+
requests>=2.28.0
|
| 7 |
+
arxiv>=1.4.2
|
| 8 |
+
scholarly>=1.7.10
|
| 9 |
+
pymed>=0.1.5
|
| 10 |
+
wikipedia>=1.4.0
|
| 11 |
+
trafilatura>=1.6.1 # Use trafilatura
|
| 12 |
+
pickle-mixin>=1.0.2
|
| 13 |
+
faiss-cpu>=1.7.4
|
| 14 |
+
tiktoken>=0.4.0
|
| 15 |
+
lxml>=4.9.4
|
| 16 |
+
Pillow>=10.0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
beautifulsoup4>=4.12.2
|
| 18 |
soupsieve>=2.3.2
|
| 19 |
cssselect>=1.1.0
|
| 20 |
pytz
|
| 21 |
+
python-dateutil
|
|
|
|
|
|