Shib-Sankar-Das commited on
Commit
541fb8f
·
1 Parent(s): 4afd223

Fix NumPy version for Python 3.9 compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  fastapi==0.115.0
2
  uvicorn[standard]==0.32.0
3
  tensorflow==2.18.0
4
- numpy==2.2.2
5
  scikit-learn==1.5.2
6
- pydantic==2.10.5
7
  python-multipart==0.0.9
8
  h5py==3.12.1
 
1
  fastapi==0.115.0
2
  uvicorn[standard]==0.32.0
3
  tensorflow==2.18.0
4
+ numpy==1.26.4
5
  scikit-learn==1.5.2
6
+ pydantic==2.9.2
7
  python-multipart==0.0.9
8
  h5py==3.12.1