1 parent 390dc64 commit 0d2fa07Copy full SHA for 0d2fa07
1 file changed
requirements.txt
@@ -1,13 +1,9 @@
1
-# Pinned to versions verified against the test suite. Loosen the pins
2
-# (>=) if you prefer to track upstream.
3
-fastapi==0.139.0
4
-uvicorn[standard]==0.50.2
5
-sqlalchemy==2.0.51
6
-pydantic==2.13.4
7
-scikit-learn==1.8.0
8
-numpy==2.4.4
9
-pyyaml==6.0.3
10
-
11
-# dev / test
12
-httpx==0.28.1
13
-pytest==9.1.1
+fastapi>=0.110
+uvicorn[standard]>=0.27
+sqlalchemy>=2.0
+pydantic>=2.5
+scikit-learn>=1.3
+numpy>=1.26
+pyyaml>=6.0
+httpx>=0.27
+pytest>=7.4
0 commit comments