Skip to content

Commit 635cb56

Browse files
committed
Altered numpy version requirements.
1 parent 173d493 commit 635cb56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
numpy>=1.10
1+
numpy>=1.10, <1.24
22
matplotlib >=3.1.1, !=3.3.0rc1
33
PyYAML >=5.1, !=*rc*

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ provides =
2525
[options]
2626
python_requires = >=3.6.1
2727
install_requires =
28-
numpy >=1.10, !=*rc*
28+
numpy >=1.10, <1.24, !=*rc*
2929
matplotlib >=3.1.1, !=3.3.0rc1
3030
PyYAML >=5.1, !=*rc*
3131
tests_require =

0 commit comments

Comments
 (0)