Skip to content

Commit

Permalink
setup add missing requirement spglib (for structure_analyzer)
Browse files Browse the repository at this point in the history
  • Loading branch information
Irratzo committed Jun 21, 2023
1 parent a2c930c commit 80baeb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"aiida-core",
"pytz",
"humanfriendly",
"pycifrw"
"pycifrw",
"spglib"
],
"extras_require": {
"pre-commit": [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
# 'pytz',
# 'humanfriendly',
# 'pycifrw', # structure_analyzer
# 'spglib', # structure_analyzer
# # 'aiida-kkr', # plugins.kkr
# # 'spglib', # structure_analyzer
# ],
# add rest of the things defined in setup.json
**kwargs
Expand Down

0 comments on commit 80baeb0

Please sign in to comment.