Skip to content

Commit

Permalink
move spglib version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
esoteric-ephemera committed Aug 23, 2024
1 parent c135cf3 commit c9bbaa9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ requires = [
# pin NumPy version used in the build
"numpy>=1.20.1",
"setuptools>=43.0.0",
"spglib>=2.5.0",
]
build-backend = "setuptools.build_meta"

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def local_version(version):
"sympy ~= 1.11",
"monty >= 2023",
"pymatgen >= 2023",
"spglib>=2.5.0",
],
extras_require=extras_require,
classifiers=[
Expand Down

0 comments on commit c9bbaa9

Please sign in to comment.