We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19328a commit 9a8191cCopy full SHA for 9a8191c
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+0.0.4 (????-??-??)
5
+------------------
6
+
7
+- limiting numpy to <2.0.0 due to problems with imgaug library
8
9
10
0.0.3 (2024-07-02)
11
------------------
12
setup.py
@@ -39,7 +39,7 @@ def _read(f):
39
"imagesize",
40
"fast-opex>=0.0.2",
41
"defusedxml",
42
- "numpy",
+ "numpy<2.0.0",
43
"shapely",
44
"python-image-complete",
45
],
0 commit comments