We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cfc00 commit b162e03Copy full SHA for b162e03
1 file changed
setup.py
@@ -28,8 +28,9 @@ def get_version():
28
print("PY VERSION: maj=%s, min=%s" % (PY_MAJOR_VERSION,PY_MINOR_VERSION))
29
30
reqs= []
31
-reqs.append('numpy>=1.18')
32
-#reqs.append('astropy>=2.0, <3')
+#reqs.append('numpy>=1.18')
+reqs.append('numpy==1.22.4') ## imgaug was not updated to fix np.bool-->bool numpy errors occurring from numpy >1.24
33
+##reqs.append('astropy>=2.0, <3')
34
reqs.append('astropy>=2.0')
35
36
0 commit comments