Skip to content

Commit 1fd36cd

Browse files
committed
Updated requirements
1 parent dcef4e9 commit 1fd36cd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ authors = [
2121
]
2222

2323
dependencies = [
24-
'numpy>=1.23.5',
25-
'scipy>=1.5.4',
26-
'matplotlib>=3.3.4',
24+
'numpy>=2.0.0',
25+
'scipy>=1.13.0',
26+
'matplotlib>=3.9.2',
2727
'more-itertools>=8.4.0',
2828
]
2929

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.23.5
2-
scipy>=1.5.4
3-
matplotlib>=3.3.4
1+
numpy>=2.0.0
2+
scipy>=1.13.0
3+
matplotlib>=3.9.2
44
more-itertools>=8.4.0

0 commit comments

Comments
 (0)