Skip to content

Commit

Permalink
FIX: Unpin pydantic lt. 2.6 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbjorge authored Feb 6, 2024
1 parent 0d611cc commit 8357fc7
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 @@ -35,7 +35,7 @@ dependencies = [
"numpy",
"pandas",
"pyarrow",
"pydantic>=2.5.0,<=2.6.0",
"pydantic>=2.5.0",
"PyYAML",
"xtgeo>=2.16",
]
Expand Down

0 comments on commit 8357fc7

Please sign in to comment.