diff --git a/docs/changelog.rst b/docs/changelog.rst index c07da05..858dcb2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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> -------------------- diff --git a/pyproject.toml b/pyproject.toml index 4e0af61..59e94b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "wheel", "setuptools", "cython>=0.28.0", - "numpy>=1.8.0", + "numpy