Skip to content

Commit 0d2fa07

Browse files
authored
Update requirements.txt
1 parent 390dc64 commit 0d2fa07

1 file changed

Lines changed: 9 additions & 13 deletions

File tree

requirements.txt

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
fastapi>=0.110
2+
uvicorn[standard]>=0.27
3+
sqlalchemy>=2.0
4+
pydantic>=2.5
5+
scikit-learn>=1.3
6+
numpy>=1.26
7+
pyyaml>=6.0
8+
httpx>=0.27
9+
pytest>=7.4

0 commit comments

Comments
 (0)