Merge pull request #10 from GreatV/dependabot/pip/numpy-gte-1.23.1-and-lt-1.25.0

Update numpy requirement from ~=1.23.1 to >=1.23.1,<1.25.0
This commit is contained in:
Wang Xin 2022-12-19 21:44:32 +08:00 committed by GitHub
commit 8a5b4d2791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ dependencies = [
"opencv-python>=4.1.2",
"Pillow>=9.2,<9.4",
"scikit-learn>=1.1.1,<1.3.0",
"numpy~=1.23.1"
"numpy>=1.23.1,<1.25.0"
]
dynamic = ["version"]