Skip to content

Commit

Permalink
Make pmg and ASE optional dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Jun 20, 2023
1 parent 938ab4a commit 25766ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ types-tabulate
pre-commit
ruff
black
pymatgen==2023.5.31
ase==3.22.1
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
dgl==1.1.0
torch==2.0.1
pymatgen==2023.5.31
ase==3.22.1
pytorch_lightning==2.0.3
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
"pytorch_lightning",
"torch",
),
extra_requires={
"ase": ["ase>=3.22.1"],
"pymatgen": ["pymatgen>=2023.5.31"],
},
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 25766ec

Please sign in to comment.