Skip to content

Commit bc39620

Browse files
authored
Merge pull request #1306 from marvinvanaalst/fix-numpy-upper-version-bound
fix: set temporary upper bound for numpy version
2 parents c234692 + b4dc9ec commit bc39620

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

release-notes/next-release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Fix automatic building of the documentation.
99
Fix an issue where SBML models with a "created" date would break lots of the cobrapy
1010
functionality.
1111

12+
Temporary fix of restricting numpy to <1.24 as that release introduces breaking changes both in cobrapy and dependencies
13+
1214
## Other
1315

1416
## Deprecated features

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ install_requires =
6060
future
6161
httpx ~=0.14
6262
importlib_resources
63-
numpy ~=1.13
63+
numpy >=1.13,<1.24
6464
optlang ~=1.5
6565
pandas ~=1.0
6666
pydantic ~=1.6

0 commit comments

Comments
 (0)