Skip to content

Commit

Permalink
BLD: Pin pydantic to < 2.10 as ERT have done (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
slangeveld authored Nov 25, 2024
1 parent 88c8d45 commit 4134e97
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",
"pyarrow",
"pydantic < 2.10",
"PyYAML",
"xtgeo>=2.16",
]
Expand Down

0 comments on commit 4134e97

Please sign in to comment.