modify numpy version to adapt python3.13 (#3326)

pull/3332/head
你猜 2024-12-23 15:18:43 +08:00 committed by GitHub
parent d821d43c55
commit cd18221ed3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -10,5 +10,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==1.26.4; python_version>="3.13"
packaging