We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcef4e9 commit 1fd36cdCopy full SHA for 1fd36cd
2 files changed
pyproject.toml
@@ -21,9 +21,9 @@ authors = [
21
]
22
23
dependencies = [
24
- 'numpy>=1.23.5',
25
- 'scipy>=1.5.4',
26
- 'matplotlib>=3.3.4',
+ 'numpy>=2.0.0',
+ 'scipy>=1.13.0',
+ 'matplotlib>=3.9.2',
27
'more-itertools>=8.4.0',
28
29
requirements.txt
@@ -1,4 +1,4 @@
1
-numpy>=1.23.5
2
-scipy>=1.5.4
3
-matplotlib>=3.3.4
+numpy>=2.0.0
+scipy>=1.13.0
+matplotlib>=3.9.2
4
more-itertools>=8.4.0
0 commit comments