Spaces:
Sleeping
Sleeping
chore: removed gradio requirements
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Core dependencies
|
2 |
-
pydantic==2.10.6
|
3 |
qatch>=1.0.34
|
|
|
4 |
pandas>=2
|
5 |
tqdm>=4.66.1
|
6 |
sqlalchemy>=2.0.36
|
@@ -11,13 +11,9 @@ eval-type-backport>=0.2.0
|
|
11 |
openai==1.66.3
|
12 |
litellm==1.63.14
|
13 |
together==1.4.6
|
14 |
-
# Conditional dependency for Gradio (requires Python >=3.10)
|
15 |
-
gradio>=5.20.1; python_version >= "3.10"
|
16 |
-
numpy==2.2.4; python_version >= "3.10"
|
17 |
accelerate>=0.26.0
|
18 |
|
19 |
# Test dependencies
|
20 |
-
streamlit>=1.43.0
|
21 |
plotly>=6.0.0
|
22 |
prefect>=3.2.11
|
23 |
distilabel[openai]>=1.5.3
|
|
|
1 |
# Core dependencies
|
|
|
2 |
qatch>=1.0.34
|
3 |
+
pydantic==2.10.6
|
4 |
pandas>=2
|
5 |
tqdm>=4.66.1
|
6 |
sqlalchemy>=2.0.36
|
|
|
11 |
openai==1.66.3
|
12 |
litellm==1.63.14
|
13 |
together==1.4.6
|
|
|
|
|
|
|
14 |
accelerate>=0.26.0
|
15 |
|
16 |
# Test dependencies
|
|
|
17 |
plotly>=6.0.0
|
18 |
prefect>=3.2.11
|
19 |
distilabel[openai]>=1.5.3
|