Skip to content

Commit

Permalink
BLD: Unpin pydantic as ERT has fixed their issues
Browse files Browse the repository at this point in the history
  • Loading branch information
slangeveld committed Dec 19, 2024
1 parent 1e167eb commit c3af037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ dependencies = [
"fmu-config>=1.1.0",
"numpy",
"pandas",
"pyarrow",
"pydantic < 2.10",
"pyarrow",
"pydantic",
"PyYAML",
"xtgeo>=2.16",
]
Expand Down

0 comments on commit c3af037

Please sign in to comment.