Skip to content

Commit 16f68f5

Browse files
authored
Merge pull request #792 from mathoudebine/dependabot/pip/numpy-approx-eq-2.3.0
2 parents 979a820 + 3eb502b commit 16f68f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ pyinstaller~=6.14.1 # bundles a Python application and all its dependencies i
1414
Pillow~=11.2.1 # Image generation
1515

1616
# Efficient image serialization
17-
numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported as 2.1 only supports Python >=3.10
18-
numpy~=2.2.6; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine
17+
numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported
18+
numpy~=2.2.6; python_version == "3.10" # For Python 3.10, only numpy 2.2.x is supported
19+
numpy~=2.3.0; python_version > "3.10" # For Python > 3.10, any numpy 2.x is fine
1920

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

0 commit comments

Comments
 (0)