Skip to content

Commit

Permalink
Pin numpy below 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albrja committed Jun 17, 2024
1 parent 6b53b8d commit 1623dfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**1.1.1 - 06/17/24**

- Hotfix pin numpy below 2.0

**1.1.0 - 05/29/24**

- Adds out-of-core and distributed processing capability via Dask
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

install_requirements = [
"pandas",
"numpy<2.0.0",
"pyyaml>=5.1",
"vivarium>=1.2.0",
"pyarrow",
Expand Down

0 comments on commit 1623dfb

Please sign in to comment.