glitz-dev commited on
Commit
81602ad
·
1 Parent(s): a4eae8a

requirements changed for correcting version conflict of numpy

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -2,7 +2,7 @@ cryptography==46.0.1
2
  fastapi==0.118.0
3
  fitz==0.0.1.dev2
4
  nltk==3.9.1
5
- numpy==2.3.3
6
  opencv_python==4.12.0.88
7
  Pillow==11.3.0
8
  pydantic==2.11.9
 
2
  fastapi==0.118.0
3
  fitz==0.0.1.dev2
4
  nltk==3.9.1
5
+ numpy<2.3.0,>=2
6
  opencv_python==4.12.0.88
7
  Pillow==11.3.0
8
  pydantic==2.11.9