Skip to content

Commit b162e03

Browse files
committed
Add downgraded numpy version
1 parent 51cfc00 commit b162e03

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ def get_version():
2828
print("PY VERSION: maj=%s, min=%s" % (PY_MAJOR_VERSION,PY_MINOR_VERSION))
2929

3030
reqs= []
31-
reqs.append('numpy>=1.18')
32-
#reqs.append('astropy>=2.0, <3')
31+
#reqs.append('numpy>=1.18')
32+
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')
3334
reqs.append('astropy>=2.0')
3435

3536

0 commit comments

Comments
 (0)