We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c234692 + b4dc9ec commit bc39620Copy full SHA for bc39620
release-notes/next-release.md
@@ -9,6 +9,8 @@ Fix automatic building of the documentation.
9
Fix an issue where SBML models with a "created" date would break lots of the cobrapy
10
functionality.
11
12
+Temporary fix of restricting numpy to <1.24 as that release introduces breaking changes both in cobrapy and dependencies
13
+
14
## Other
15
16
## Deprecated features
setup.cfg
@@ -60,7 +60,7 @@ install_requires =
60
future
61
httpx ~=0.14
62
importlib_resources
63
- numpy ~=1.13
+ numpy >=1.13,<1.24
64
optlang ~=1.5
65
pandas ~=1.0
66
pydantic ~=1.6
0 commit comments