Skip to content

Commit

Permalink
Don't require pydantic version 2 (just greater than or equal to 1.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddygroves authored Aug 2, 2023
1 parent 1636527 commit 251c618
Showing 1 changed file with 1 addition and 1 deletion.
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 >=2.0
pydantic >=1.6
python-libsbml ~=5.19
rich >=8.0
ruamel.yaml ~=0.16
Expand Down

0 comments on commit 251c618

Please sign in to comment.