Sairesh commited on
Commit
e93b6fa
·
verified ·
1 Parent(s): a5b70d6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -4,14 +4,14 @@ python-multipart
4
  requests
5
  pillow
6
 
7
- # Force NumPy < 2 to avoid binary incompatibilities with older compiled modules
8
- numpy==1.25.4
9
 
10
- # Torch & Transformers (pin to known-compatible versions)
11
  torch==2.1.2
12
  transformers==4.38.2
13
 
14
- # Florence-2 support libs
15
  einops
16
  timm
17
  sentencepiece
 
4
  requests
5
  pillow
6
 
7
+ # Use a numpy version that is widely available for Python 3.11
8
+ numpy==1.25.2
9
 
10
+ # Torch & Transformers pinned to versions compatible with Florence-2 + Py3.11
11
  torch==2.1.2
12
  transformers==4.38.2
13
 
14
+ # Florence-2 support libs (let pip resolve appropriate wheels)
15
  einops
16
  timm
17
  sentencepiece