Skip to content

Commit

Permalink
Merge pull request #1346 from teddygroves/patch-1
Browse files Browse the repository at this point in the history
Make COBRApy compatible with pydantic version 2
  • Loading branch information
Midnighter committed Aug 2, 2023
2 parents c6f0bb4 + 251c618 commit 2438380
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 @@ -4,6 +4,8 @@

## Fixes

COBRApy is now compatible with pydantic version 2.

COBRApy is now compatible with the latest numpy versions and pin to a lower version
has been removed.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ install_requires =
numpy >=1.13
optlang ~=1.5
pandas ~=1.0
pydantic ~=1.6
pydantic >=1.6
python-libsbml ~=5.19
rich >=8.0
ruamel.yaml ~=0.16
Expand Down

0 comments on commit 2438380

Please sign in to comment.