Somuai12 commited on
Commit
5abef36
·
1 Parent(s): 82a3c1b

Allow pip to resolve websockets by relaxing gradio and uvicorn pins

Browse files
Files changed (1) hide show
  1. server/requirements.txt +12 -14
server/requirements.txt CHANGED
@@ -1,14 +1,12 @@
1
- openenv-core==0.2.3
2
- gradio==4.44.1
3
- pydantic==2.9.2
4
- pydantic-settings==2.6.1
5
- fastapi==0.115.4
6
- uvicorn[standard]==0.32.0
7
- scikit-learn==1.5.2
8
- numpy==1.26.4
9
- openai==1.54.4
10
- httpx==0.27.0
11
- python-dotenv==1.0.1
12
- pandas==2.2.3
13
- websockets==12.0
14
- huggingface_hub<0.26.0
 
1
+ openenv-core>=0.2.3
2
+ gradio>=5.0.0
3
+ pydantic>=2.9.2
4
+ pydantic-settings>=2.6.1
5
+ fastapi>=0.115.4
6
+ uvicorn[standard]>=0.32.1
7
+ scikit-learn>=1.5.2
8
+ numpy>=1.26.4
9
+ openai>=1.54.4
10
+ httpx>=0.27.0
11
+ python-dotenv>=1.0.1
12
+ pandas>=2.0.0