Spaces:
Sleeping
Sleeping
Align runtime deps with HF Gradio extras
Browse files- pyproject.toml +4 -4
- requirements-space.txt +4 -4
- requirements.txt +4 -4
pyproject.toml
CHANGED
|
@@ -25,12 +25,12 @@ classifiers = [
|
|
| 25 |
dependencies = [
|
| 26 |
"fastapi>=0.115.2,<1.0.0",
|
| 27 |
"gradio>=6.11.0,<7.0.0",
|
| 28 |
-
"uvicorn>=0.
|
| 29 |
-
"pydantic>=2.
|
| 30 |
"openai>=2.7.2",
|
| 31 |
"numpy>=1.24.0,<2.0.0",
|
| 32 |
-
"python-dotenv>=1.
|
| 33 |
-
"httpx>=0.
|
| 34 |
"openenv-core>=0.2.0",
|
| 35 |
]
|
| 36 |
|
|
|
|
| 25 |
dependencies = [
|
| 26 |
"fastapi>=0.115.2,<1.0.0",
|
| 27 |
"gradio>=6.11.0,<7.0.0",
|
| 28 |
+
"uvicorn>=0.31.1,<1.0.0",
|
| 29 |
+
"pydantic>=2.11.10,<3.0.0",
|
| 30 |
"openai>=2.7.2",
|
| 31 |
"numpy>=1.24.0,<2.0.0",
|
| 32 |
+
"python-dotenv>=1.1.0,<2.0.0",
|
| 33 |
+
"httpx>=0.27.1,<1.0.0",
|
| 34 |
"openenv-core>=0.2.0",
|
| 35 |
]
|
| 36 |
|
requirements-space.txt
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
# Loose pins to ensure pre-built wheels are available on HF build image
|
| 3 |
fastapi>=0.115.2,<1.0.0
|
| 4 |
gradio>=6.11.0,<7.0.0
|
| 5 |
-
uvicorn>=0.
|
| 6 |
-
pydantic>=2.
|
| 7 |
openai>=2.7.2
|
| 8 |
numpy>=1.24.0,<2.0.0
|
| 9 |
-
python-dotenv>=1.
|
| 10 |
-
httpx>=0.
|
|
|
|
| 2 |
# Loose pins to ensure pre-built wheels are available on HF build image
|
| 3 |
fastapi>=0.115.2,<1.0.0
|
| 4 |
gradio>=6.11.0,<7.0.0
|
| 5 |
+
uvicorn>=0.31.1,<1.0.0
|
| 6 |
+
pydantic>=2.11.10,<3.0.0
|
| 7 |
openai>=2.7.2
|
| 8 |
numpy>=1.24.0,<2.0.0
|
| 9 |
+
python-dotenv>=1.1.0,<2.0.0
|
| 10 |
+
httpx>=0.27.1,<1.0.0
|
requirements.txt
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
# Environment server and inference baseline
|
| 3 |
fastapi==0.115.2
|
| 4 |
gradio>=6.11.0,<7.0.0
|
| 5 |
-
uvicorn[standard]=
|
| 6 |
-
pydantic=
|
| 7 |
openai>=2.7.2
|
| 8 |
numpy==1.26.4
|
| 9 |
-
python-dotenv=
|
| 10 |
-
httpx=
|
|
|
|
| 2 |
# Environment server and inference baseline
|
| 3 |
fastapi==0.115.2
|
| 4 |
gradio>=6.11.0,<7.0.0
|
| 5 |
+
uvicorn[standard]>=0.31.1,<1.0.0
|
| 6 |
+
pydantic>=2.11.10,<3.0.0
|
| 7 |
openai>=2.7.2
|
| 8 |
numpy==1.26.4
|
| 9 |
+
python-dotenv>=1.1.0,<2.0.0
|
| 10 |
+
httpx>=0.27.1,<1.0.0
|