Update requirements.txt
Browse files- requirements.txt +25 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,26 @@
|
|
|
|
|
| 1 |
gradio
|
| 2 |
-
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core dependencies
|
| 2 |
gradio
|
| 3 |
+
requests
|
| 4 |
+
|
| 5 |
+
# Smolagents framework and dependencies
|
| 6 |
+
smolagents[toolkit]
|
| 7 |
+
huggingface_hub
|
| 8 |
+
transformers
|
| 9 |
+
|
| 10 |
+
# Additional tools for web scraping and data processing
|
| 11 |
+
beautifulsoup4
|
| 12 |
+
markdownify
|
| 13 |
+
pandas
|
| 14 |
+
numpy
|
| 15 |
+
|
| 16 |
+
# Mathematical and statistical libraries
|
| 17 |
+
scipy
|
| 18 |
+
sympy
|
| 19 |
+
|
| 20 |
+
# Text processing
|
| 21 |
+
nltk
|
| 22 |
+
regex
|
| 23 |
+
|
| 24 |
+
# Additional utilities
|
| 25 |
+
python-dateutil
|
| 26 |
+
pytz
|