Skip to content

Commit

Permalink
update requirement due to pymatgen
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhu2017 committed Jul 12, 2020
1 parent 52a93ed commit ddacdc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyxtal/crystal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,7 @@ class Lattice():
'allow_volume_reset': a bool stating whether or not the volume should be reset during
each crystal generation attempt
"""

def __init__(self, ltype, volume, PBC=[1,1,1], **kwargs):
#Set required parameters
if ltype in ["triclinic", "monoclinic", "orthorhombic", "tetragonal",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.13.3
scipy>=1.1.0
scipy>=1.5.0
spglib>=1.10.4
pymatgen>=2020.1.28
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
install_requires=[
'numpy>=1.13.3',
'scipy>=1.1.0',
'scipy>=1.5.0',
'spglib>=1.10.4',
'pymatgen>=2020.1.28'],
python_requires='>=3.6.1',
Expand Down

0 comments on commit ddacdc8

Please sign in to comment.