Skip to content

Commit

Permalink
add pymatgen
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Jul 16, 2024
1 parent 1982653 commit ca983fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ dependencies:
- mp-api
- sqlalchemy
- aimsgb
- pymatgen
- pip:
- "git+https://github.com/RDFLib/rdflib-sqlalchemy.git@develop"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
install_requires=['numpy', 'ase', 'rdflib',
'pyyaml', 'graphviz', 'networkx',
'pyscal3', 'spglib', 'pandas', 'owlready2',
'atomman', 'mp-api', 'aimsgb'],
'atomman', 'mp-api', 'aimsgb', 'pymatgen'],
classifiers=[
'Programming Language :: Python :: 3'
],
Expand Down

0 comments on commit ca983fa

Please sign in to comment.