Skip to content

Commit bf5d364

Browse files
authored
Merge pull request #614 from mathoudebine/dependabot/pip/numpy-approx-eq-2.2.0
2 parents f4a6b3d + b19f39b commit bf5d364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ uptime~=3.0.1 # For System Uptime
1313
# Efficient image serialization
1414
numpy~=1.24.4; python_version < "3.9" # For Python 3.8 max.
1515
numpy~=2.0.0; python_version == "3.9" # For Python 3.9, only numpy 2.0.x is supported as 2.1 only supports Python >=3.10
16-
numpy~=2.0; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine
16+
numpy~=2.2; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine
1717

1818
# For Nvidia GPU on all platforms
1919
GPUtil~=1.4.0; python_version < "3.12"

0 commit comments

Comments
 (0)