Skip to content

Commit 2582b38

Browse files
authored
Merge pull request #973 from mathoudebine/dependabot/pip/numpy-approx-eq-2.4.4
⬆️ Update numpy requirement from ~=2.4.3 to ~=2.4.4
2 parents a69a938 + a60bb6d commit 2582b38

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
@@ -19,7 +19,7 @@ Pillow~=12.2.0; python_version >= "3.10" # For Python 3.10+, any Pillow 12.x is
1919
# Efficient image serialization
2020
numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported
2121
numpy~=2.2.6; python_version == "3.10" # For Python 3.10, only numpy 2.2.x is supported
22-
numpy~=2.4.3; python_version > "3.10" # For Python > 3.10, any numpy 2.x is fine
22+
numpy~=2.4.4; python_version > "3.10" # For Python > 3.10, any numpy 2.x is fine
2323

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

0 commit comments

Comments
 (0)