We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a4f91 commit 44a6da6Copy full SHA for 44a6da6
1 file changed
setup.py
@@ -11,7 +11,9 @@
11
with open('HISTORY.rst') as history_file:
12
history = history_file.read()
13
14
-requirements = ['numpy>=1.19,<1.24']
+# requirements = ['numpy>=1.19,<1.24']
15
+requirements = ['numpy>=1.19,!=1.24.0']
16
+#requirements = ['numpy>=1.19,<1.24 || >=1.25']
17
18
test_requirements = ['pytest>=4.6', 'hypothesis']
19
0 commit comments