Skip to content

Commit

Permalink
Pin pydantic (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Jul 3, 2023
1 parent b96e6a7 commit f5f855e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
install_requires=[
"pymatgen>=2023.5.8",
"monty>=2021.3",
"pydantic>=1.10.2",
"pydantic>=1.10.2,<2.0",
"pybtex~=0.24",
"typing-extensions>=3.7,<5.0",
"spglib>=2.0.1",
Expand Down

0 comments on commit f5f855e

Please sign in to comment.