Skip to content

Commit c6101cd

Browse files
committed
Update numpy to 1.26.4
1 parent 51488d3 commit c6101cd

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
@@ -10,7 +10,7 @@ sv-ttk~=2.6.0 # Tk Sun Valley theme for configuration editor
1010

1111
# Efficient image serialization
1212
numpy~=1.24.4; python_version < "3.9" # For Python 3.8 max.
13-
numpy~=1.26.0; python_version >= "3.9" # For Python 3.9+
13+
numpy~=1.26.4; python_version >= "3.9" # For Python 3.9+
1414

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

0 commit comments

Comments
 (0)