Skip to content

Commit

Permalink
Merge pull request #1306 from marvinvanaalst/fix-numpy-upper-version-…
Browse files Browse the repository at this point in the history
…bound

fix: set temporary upper bound for numpy version
  • Loading branch information
Midnighter committed Dec 21, 2022
2 parents c234692 + b4dc9ec commit bc39620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Fix automatic building of the documentation.
Fix an issue where SBML models with a "created" date would break lots of the cobrapy
functionality.

Temporary fix of restricting numpy to <1.24 as that release introduces breaking changes both in cobrapy and dependencies

## Other

## Deprecated features
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install_requires =
future
httpx ~=0.14
importlib_resources
numpy ~=1.13
numpy >=1.13,<1.24
optlang ~=1.5
pandas ~=1.0
pydantic ~=1.6
Expand Down

0 comments on commit bc39620

Please sign in to comment.