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:
commit
8a5b4d2791
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue