Skip to content

Commit 2fa62a5

Browse files
committed
Fixes for ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
1 parent 2d6c5c4 commit 2fa62a5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change log
22
==========
33

4+
v0.1.20 <2022-01-04>
5+
--------------------
6+
7+
Fixes for ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
8+
49
v0.1.19 <2022-01-04>
510
--------------------
611

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"wheel",
44
"setuptools",
55
"cython>=0.28.0",
6-
"numpy>=1.8.0",
6+
"numpy<v1.20.0",
77
"scipy",
88
]
99

0 commit comments

Comments
 (0)