Skip to content

Commit

Permalink
Pin pydantic to v1 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Jul 3, 2023
1 parent ececb05 commit c71e14f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- pip:
- quartodoc
- pyarrow
- pydantic
- pydantic=1
- pyogrio
- pytest
- pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion python/ribasim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"pandas",
"pandera",
"pyarrow",
"pydantic",
"pydantic ~= 1.0",
"pyogrio",
"shapely >= 2.0",
"tomli",
Expand Down

0 comments on commit c71e14f

Please sign in to comment.