Skip to content

Commit

Permalink
Make dependency more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
uellue committed Sep 18, 2024
1 parent 685a832 commit 9cc0555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dynamic = ["version", "readme"]
dependencies = [
"typing-extensions",
"pint",
"pydantic>1,<3",
"pydantic>=2,<3",
"numpy",
"numpydantic",
]
Expand Down

0 comments on commit 9cc0555

Please sign in to comment.