Temporarily set numpy < 2.0 (#13136)

pull/13149/head
Wang Xin 2024-06-20 09:55:46 +08:00 committed by GitHub
parent 62f5602cc8
commit 35a97014d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ dependencies = [
"pyclipper",
"lmdb",
"tqdm",
"numpy",
"numpy<2.0",
"rapidfuzz",
"opencv-python<=4.6.0.66",
"opencv-contrib-python<=4.6.0.66",

View File

@ -4,7 +4,7 @@ imgaug
pyclipper
lmdb
tqdm
numpy
numpy<2.0
rapidfuzz
opencv-python<=4.6.0.66
opencv-contrib-python<=4.6.0.66