Skip to content

Commit

Permalink
Restrict numpy <2.0.0 (#1869)
Browse files Browse the repository at this point in the history
* restrict numpy

* update release notes
  • Loading branch information
thehomebrewnerd authored Jun 17, 2024
1 parent 1570d0f commit e2f0ada
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
Release Notes
-------------

.. Future Release
==============
Future Release
==============
* Enhancements
* Fixes
* Changes
* Restrict numpy to <2.0.0 :pr:`1869`
* Documentation Changes
* Testing Changes

.. Thanks to the following people for contributing to this release:
Thanks to the following people for contributing to this release:
:user:`thehomebrewnerd`

v0.31.0 May 13, 2024
====================
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"python-dateutil >= 2.8.2",
"scipy >= 1.10.0",
"importlib-resources >= 5.10.0",
"numpy >= 1.25.0",
"numpy >= 1.25.0, < 2.0.0",
]

[project.urls]
Expand Down

0 comments on commit e2f0ada

Please sign in to comment.