We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 874e943 + 7cd69f8 commit 42de0d0Copy full SHA for 42de0d0
requirements/minimal.txt
@@ -5,7 +5,7 @@ matplotlib==3.7.1; python_version<='3.10'
5
matplotlib==3.10.8; python_version>='3.11'
6
numpy; python_version=='3.7'
7
numpy==1.24.3; python_version<='3.10'
8
-numpy==2.3.5; python_version>='3.11'
+numpy==2.4.0; python_version>='3.11'
9
scipy; python_version=='3.7'
10
scipy==1.10.1; python_version<='3.10'
11
scipy==1.16.3; python_version>='3.11'
0 commit comments