Skip to content

Commit

Permalink
Fixes for ValueError: numpy.ndarray size changed, may indicate binary…
Browse files Browse the repository at this point in the history
… incompatibility. Expected 96 from C header, got 88 from PyObject
  • Loading branch information
r9y9 committed Jan 4, 2022
1 parent 2d6c5c4 commit 2fa62a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
==========

v0.1.20 <2022-01-04>
--------------------

Fixes for ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

v0.1.19 <2022-01-04>
--------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"wheel",
"setuptools",
"cython>=0.28.0",
"numpy>=1.8.0",
"numpy<v1.20.0",
"scipy",
]

Expand Down

0 comments on commit 2fa62a5

Please sign in to comment.