Skip to content

Commit

Permalink
Pin pydantic to 1.x for now for compatibility with solara
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jul 11, 2023
1 parent 5b6454c commit 39c7c61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ deps =
notebooks: astroquery
notebooks: pyyaml
devdeps: git+https://github.com/glue-viz/glue
visual: git+https://github.com/astrofrog/solara@test-host
# Pin pydantic to 1.x for now: https://github.com/widgetti/solara/issues/187
visual: pydantic<2
visual: git+https://github.com/widgetti/solara
extras =
test: test
notebooks: test
Expand Down

0 comments on commit 39c7c61

Please sign in to comment.