Skip to content

Commit

Permalink
build: adds pydantic deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyoung84 committed Oct 21, 2024
1 parent c9ddb49 commit 5760d90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ dynamic = ["version"]

dependencies = [
'dask',
'aind-data-schema-models==0.4.4'
'aind-data-schema-models==0.4.4',
'pydantic>=2.0',
'pydantic-settings>=2.0'
]

[project.optional-dependencies]
Expand Down

0 comments on commit 5760d90

Please sign in to comment.