Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +39 -39
requirements.txt
CHANGED
|
@@ -1,39 +1,39 @@
|
|
| 1 |
-
# Core
|
| 2 |
-
gymnasium>=0.29.0
|
| 3 |
-
numpy>=1.24.0
|
| 4 |
-
pandas>=2.0.0
|
| 5 |
-
|
| 6 |
-
# LLM APIs
|
| 7 |
-
groq>=0.4.0
|
| 8 |
-
openai>=1.0.0
|
| 9 |
-
huggingface-hub>=0.19.0
|
| 10 |
-
google-generativeai>=0.3.0
|
| 11 |
-
|
| 12 |
-
# PDF Processing
|
| 13 |
-
PyPDF2>=3.0.0
|
| 14 |
-
pdfplumber>=0.10.0
|
| 15 |
-
|
| 16 |
-
# GitHub
|
| 17 |
-
GitPython>=3.1.0
|
| 18 |
-
requests>=2.31.0
|
| 19 |
-
|
| 20 |
-
# Demo
|
| 21 |
-
gradio>=4.0.0
|
| 22 |
-
|
| 23 |
-
# Utilities
|
| 24 |
-
python-pptx>=1.0.0
|
| 25 |
-
python-dotenv>=1.0.0
|
| 26 |
-
tqdm>=4.66.0
|
| 27 |
-
|
| 28 |
-
# API and React Serving
|
| 29 |
-
fastapi>=0.100.0
|
| 30 |
-
uvicorn>=0.23.0
|
| 31 |
-
python-multipart>=0.0.6
|
| 32 |
-
python-pptx>=0.6.22
|
| 33 |
-
pymupdf>=1.23.0
|
| 34 |
-
|
| 35 |
-
# Training
|
| 36 |
-
torch>=2.0.0
|
| 37 |
-
transformers>=4.30.0
|
| 38 |
-
trl>=0.7.0
|
| 39 |
-
datasets>=2.14.0
|
|
|
|
| 1 |
+
# Core
|
| 2 |
+
gymnasium>=0.29.0
|
| 3 |
+
numpy>=1.24.0
|
| 4 |
+
pandas>=2.0.0
|
| 5 |
+
|
| 6 |
+
# LLM APIs
|
| 7 |
+
groq>=0.4.0
|
| 8 |
+
openai>=1.0.0
|
| 9 |
+
huggingface-hub>=0.19.0
|
| 10 |
+
google-generativeai>=0.3.0
|
| 11 |
+
|
| 12 |
+
# PDF Processing
|
| 13 |
+
PyPDF2>=3.0.0
|
| 14 |
+
pdfplumber>=0.10.0
|
| 15 |
+
|
| 16 |
+
# GitHub
|
| 17 |
+
GitPython>=3.1.0
|
| 18 |
+
requests>=2.31.0
|
| 19 |
+
|
| 20 |
+
# Demo
|
| 21 |
+
gradio>=4.0.0
|
| 22 |
+
|
| 23 |
+
# Utilities
|
| 24 |
+
python-pptx>=1.0.0
|
| 25 |
+
python-dotenv>=1.0.0
|
| 26 |
+
tqdm>=4.66.0
|
| 27 |
+
|
| 28 |
+
# API and React Serving
|
| 29 |
+
fastapi>=0.100.0
|
| 30 |
+
uvicorn>=0.23.0
|
| 31 |
+
python-multipart>=0.0.6
|
| 32 |
+
python-pptx>=0.6.22
|
| 33 |
+
pymupdf>=1.23.0
|
| 34 |
+
|
| 35 |
+
# Training
|
| 36 |
+
torch>=2.0.0
|
| 37 |
+
transformers>=4.30.0
|
| 38 |
+
trl>=0.7.0
|
| 39 |
+
datasets>=2.14.0
|