Hiratax commited on
Commit
7c3f356
·
verified ·
1 Parent(s): 7ab1b18

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -3,11 +3,11 @@ fastapi
3
  uvicorn
4
  python-multipart
5
  requests
6
- numpy
7
- paddlepaddle==2.6.1
8
  paddleocr>=2.7.0
9
- torch
10
  sentence-transformers
 
11
  rapidfuzz
12
  supabase
13
  Pillow
 
3
  uvicorn
4
  python-multipart
5
  requests
6
+ numpy<2.0.0
7
+ paddlepaddle==2.6.2
8
  paddleocr>=2.7.0
 
9
  sentence-transformers
10
+ torch
11
  rapidfuzz
12
  supabase
13
  Pillow