Skip to content

Commit b3f08b8

Browse files
authored
Merge pull request #716 from mathoudebine/dependabot/pip/numpy-approx-eq-2.2.4
⬆️ Update numpy requirement from ~=2.2.3 to ~=2.2.4
2 parents a67cdf0 + 5f293ed commit b3f08b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pillow~=11.1.0 # Image generation
1515

1616
# Efficient image serialization
1717
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.3; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine
18+
numpy~=2.2.4; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine
1919

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

0 commit comments

Comments
 (0)