adapt to py312 (#3340)

pull/3346/head
zhangyubo0722 2025-01-22 15:19:18 +08:00 committed by GitHub
parent 4b3e6021e4
commit 5580de6077
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ scikit-learn>=0.21.0
gast==0.3.3
faiss-cpu
easydict
numpy==1.24.4; python_version<"3.13"
numpy==1.26.4; python_version>="3.13"
numpy==1.24.4; python_version<"3.12"
numpy==1.26.4; python_version>="3.12"
packaging