We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173d493 commit 635cb56Copy full SHA for 635cb56
requirements.txt
@@ -1,3 +1,3 @@
1
-numpy>=1.10
+numpy>=1.10, <1.24
2
matplotlib >=3.1.1, !=3.3.0rc1
3
PyYAML >=5.1, !=*rc*
setup.cfg
@@ -25,7 +25,7 @@ provides =
25
[options]
26
python_requires = >=3.6.1
27
install_requires =
28
- numpy >=1.10, !=*rc*
+ numpy >=1.10, <1.24, !=*rc*
29
30
31
tests_require =
0 commit comments