Skip to content

Commit

Permalink
force numpy<2 for now, still errors:
Browse files Browse the repository at this point in the history
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject
  • Loading branch information
JohannesBuchner committed Jun 20, 2024
1 parent ed0dd46 commit bceff1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
history_file.read())


requirements = ['numpy', 'cython', 'matplotlib', 'corner']
requirements = ['numpy<2', 'cython', 'matplotlib', 'corner']

setup_requirements = ['pytest-runner', ]

Expand Down

0 comments on commit bceff1a

Please sign in to comment.