Skip to content

Commit

Permalink
Temporarily set numpy < 2.0 (#13136)
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatV committed Jun 20, 2024
1 parent 62f5602 commit 35a9701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35a9701

Please sign in to comment.