Skip to content

Commit

Permalink
update numpy to adapt python3.13 (#3327)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenStain authored Dec 23, 2024
1 parent 2f36cab commit 2756ec8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
prettytable
ujson
opencv-python<=4.6.0.66; python_version<"3.13"
opencv-python>=4.10.0.84; python_version>="3.13"
opencv-python<=4.6.0.66
pillow>=9.0.0
tqdm
PyYAML>=5.1
Expand All @@ -12,5 +11,4 @@ gast==0.3.3
faiss-cpu
easydict
numpy==1.24.4; python_version<"3.13"
numpy>=2.1.0; python_version>="3.13"

numpy==1.26.4; python_version>="3.13"

0 comments on commit 2756ec8

Please sign in to comment.