Skip to content

Commit

Permalink
BLD: pin pydantic < 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Apr 16, 2024
1 parent 6ba4b49 commit dde70fe
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",
"pydantic >=2.5.0, <2.7.0",
"PyYAML",
"xtgeo>=2.16",
]
Expand Down

0 comments on commit dde70fe

Please sign in to comment.