soham27 commited on
Commit
4c42e45
·
1 Parent(s): 2366e5e

Align runtime deps with HF Gradio extras

Browse files
Files changed (3) hide show
  1. pyproject.toml +4 -4
  2. requirements-space.txt +4 -4
  3. 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.0,<1.0.0",
29
- "pydantic>=2.6.0,<3.0.0",
30
  "openai>=2.7.2",
31
  "numpy>=1.24.0,<2.0.0",
32
- "python-dotenv>=1.0.0,<2.0.0",
33
- "httpx>=0.25.0,<1.0.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.29.0,<1.0.0
6
- pydantic>=2.6.0,<3.0.0
7
  openai>=2.7.2
8
  numpy>=1.24.0,<2.0.0
9
- python-dotenv>=1.0.0,<2.0.0
10
- httpx>=0.25.0,<1.0.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]==0.30.0
6
- pydantic==2.7.0
7
  openai>=2.7.2
8
  numpy==1.26.4
9
- python-dotenv==1.0.0
10
- httpx==0.27.0
 
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