Skip to content

Commit

Permalink
Let's keep it with pydantic 1 for now here.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed May 26, 2024
1 parent 44bb1dd commit 53d8468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ dependencies = [
"toml >= 0.10",
"pyyaml >= 6.0",
"psutil >= 5.9",
"dgbowl_schemas >= 116",
"dgbowl_schemas >= 108",
"pyzmq >= 25.1",
"h5netcdf >= 1.3",
"xarray >= 2024.2",
"pydantic >= 2.0",
"pydantic ~= 1.0",
]

[project.optional-dependencies]
testing = ["pytest"]
docs = [
"sphinx ~= 7.2",
"sphinx-rtd-theme ~= 1.3.0",
"autodoc-pydantic ~= 2.1.0",
"autodoc-pydantic ~= 1.9.0",
"sphinxcontrib-mermaid ~= 0.9.2",
]

Expand Down

0 comments on commit 53d8468

Please sign in to comment.