Skip to content

Commit

Permalink
python3.13依赖问题
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenStain authored and TingquanGao committed Dec 16, 2024
1 parent 003681f commit 2f36cab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
prettytable
ujson
opencv-python<=4.6.0.66
opencv-python<=4.6.0.66; python_version<"3.13"
opencv-python>=4.10.0.84; python_version>="3.13"
pillow>=9.0.0
tqdm
PyYAML>=5.1
Expand All @@ -10,5 +11,6 @@ scikit-learn>=0.21.0
gast==0.3.3
faiss-cpu
easydict
numpy==1.24.4
numpy==1.24.4; python_version<"3.13"
numpy>=2.1.0; python_version>="3.13"

0 comments on commit 2f36cab

Please sign in to comment.