Spaces:
Running
on
Zero
Running
on
Zero
Upload requirements.txt
Browse files- requirements.txt +31 -0
requirements.txt
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core dependencies
|
2 |
+
qatch
|
3 |
+
pandas>=2
|
4 |
+
tqdm>=4.66.1
|
5 |
+
sqlalchemy>=2.0.36
|
6 |
+
langgraph>=0.2.53
|
7 |
+
langchain>=0.3.9
|
8 |
+
func-timeout>=4.3.5
|
9 |
+
eval-type-backport>=0.2.0
|
10 |
+
|
11 |
+
# Conditional dependency for Gradio (requires Python >=3.10)
|
12 |
+
gradio>=5.20.1; python_version >= "3.10"
|
13 |
+
|
14 |
+
# Test dependencies
|
15 |
+
streamlit>=1.43.0
|
16 |
+
plotly>=6.0.0
|
17 |
+
prefect>=3.2.11
|
18 |
+
distilabel[openai]>=1.5.3
|
19 |
+
ace-tools>=0.0
|
20 |
+
statistics>=1.0.3.5
|
21 |
+
transformers>=4.49.0
|
22 |
+
fsspec==2024.12.0
|
23 |
+
pytest
|
24 |
+
|
25 |
+
# Docs dependencies
|
26 |
+
mkdocs>=1.5.3
|
27 |
+
mkdocs-material>=9.4.7
|
28 |
+
mkdocstrings-python>=1.12.2
|
29 |
+
|
30 |
+
# Dev dependencies
|
31 |
+
setuptools>=69.0.3
|