Skip to content

Commit 9a8191c

Browse files
committed
limiting numpy to <2.0.0 due to problems with imgaug library
1 parent f19328a commit 9a8191c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
0.0.4 (????-??-??)
5+
------------------
6+
7+
- limiting numpy to <2.0.0 due to problems with imgaug library
8+
9+
410
0.0.3 (2024-07-02)
511
------------------
612

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def _read(f):
3939
"imagesize",
4040
"fast-opex>=0.0.2",
4141
"defusedxml",
42-
"numpy",
42+
"numpy<2.0.0",
4343
"shapely",
4444
"python-image-complete",
4545
],

0 commit comments

Comments
 (0)