Skip to content

Commit 755a765

Browse files
authored
Merge pull request mathoudebine#799 from mathoudebine/dependabot/pip/numpy-approx-eq-2.3.1
2 parents 45ed4b2 + f2b0a18 commit 755a765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pillow~=11.3.0 # Image generation
1616
# Efficient image serialization
1717
numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported
1818
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
19+
numpy~=2.3.1; python_version > "3.10" # For Python > 3.10, any numpy 2.x is fine
2020

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

0 commit comments

Comments
 (0)