Skip to content

Commit

Permalink
pin pydantic to previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed Jul 3, 2023
1 parent f8f1636 commit f17d233
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 @@ -69,7 +69,7 @@ def run_tests(self):
"libensemble.tests.unit_tests",
"libensemble.tests.regression_tests",
],
install_requires=["numpy", "psutil", "setuptools", "pydantic", "tomli", "pyyaml"],
install_requires=["numpy", "psutil", "setuptools", "pydantic<2", "tomli", "pyyaml"],
# If run tests through setup.py - downloads these but does not install
tests_require=[
"pytest>=3.1",
Expand Down

0 comments on commit f17d233

Please sign in to comment.