Skip to content

Commit

Permalink
Merge pull request #192 from UCL/fix_numpy_compatibility
Browse files Browse the repository at this point in the history
Avoid numpy breaking ABI changes for now
  • Loading branch information
mmcleod89 authored Jun 19, 2024
2 parents a6f3021 + 8c96870 commit 50e6a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packages = find:
python_requires = >=3.7
install_requires =
pandas<1.4
numpy
numpy<2.0.0
scipy
pyyaml
matplotlib
Expand Down

0 comments on commit 50e6a4b

Please sign in to comment.