Allow pip to resolve websockets by relaxing gradio and uvicorn pins
Browse files- server/requirements.txt +12 -14
server/requirements.txt
CHANGED
|
@@ -1,14 +1,12 @@
|
|
| 1 |
-
openenv-core=
|
| 2 |
-
gradio=
|
| 3 |
-
pydantic=
|
| 4 |
-
pydantic-settings=
|
| 5 |
-
fastapi=
|
| 6 |
-
uvicorn[standard]=
|
| 7 |
-
scikit-learn=
|
| 8 |
-
numpy=
|
| 9 |
-
openai=
|
| 10 |
-
httpx=
|
| 11 |
-
python-dotenv=
|
| 12 |
-
pandas=
|
| 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
|
|
|
|
|
|