shubham5524 commited on
Commit
60c543d
·
verified ·
1 Parent(s): 1560e05

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -3,10 +3,10 @@ uvicorn[standard]
3
  pydantic
4
  torch
5
  torchvision
 
6
  scikit-image
7
  matplotlib
8
  opencv-python
9
- numpy
10
  joblib
11
  transformers
12
  pillow
 
3
  pydantic
4
  torch
5
  torchvision
6
+ numpy<2.0 # Downgrade NumPy to 1.x version
7
  scikit-image
8
  matplotlib
9
  opencv-python
 
10
  joblib
11
  transformers
12
  pillow