Skip to content

Commit

Permalink
Restrict numpy to <2.0.0 (#2743)
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 98dd069 commit 4ccc5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Future Release
* Enhancements
* Fixes
* Changes
* Restrict numpy to <2.0.0 (:pr:`2743`)
* Documentation Changes
* Update API Docs to include previously missing primitives (:pr:`2737`)
* Testing Changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ requires-python = ">=3.9,<4"
dependencies = [
"cloudpickle >= 1.5.0",
"holidays >= 0.17",
"numpy >= 1.25.0",
"numpy >= 1.25.0, < 2.0.0",
"packaging >= 20.0",
"pandas >= 2.0.0",
"psutil >= 5.7.0",
Expand Down

0 comments on commit 4ccc5f3

Please sign in to comment.