Skip to content

Commit

Permalink
Allow pydantic <3 to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jul 5, 2023
1 parent 184795d commit b281610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"lsst-pipe-base",
"click",
"astropy",
"pydantic",
"pydantic <3.0",
"networkx",
"psutil"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
click
astropy
psutil
pydantic < 2
pydantic < 3.0
networkx
git+https://github.com/lsst/resources@main#egg=lsst-resources
git+https://github.com/lsst/daf_butler@main#egg=lsst-daf-butler
Expand Down

0 comments on commit b281610

Please sign in to comment.