Skip to content

Commit

Permalink
Constrain pydantic requirement to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Aug 17, 2023
1 parent 8eb8bc2 commit 9e5cc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
# for parameter_sweep
"h5py",
# for watertap.ui.api_model (though may be generally useful)
"pydantic",
"pydantic < 2",
"numpy",
# for importlib.metadata.entry_points()
"importlib_metadata; python_version < '3.8' ",
Expand Down

0 comments on commit 9e5cc7d

Please sign in to comment.