Skip to content

Commit

Permalink
fix extras_require vasp, nwchem, qchem
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Nov 3, 2023
1 parent 40053e7 commit c053811
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
version="2023.10.9",
install_requires=["monty>=2.0.6", "ruamel.yaml>=0.15.6", "sentry-sdk>=0.8.0", "psutil"],
extras_require={
"vasp, nwchem, qchem": ["pymatgen>=2019.8.23"],
"vasp": ["pymatgen"],
"nwchem": ["pymatgen"],
"qchem": ["pymatgen"],
"dev": ["mypy", "pre-commit", "pytest-cov", "pytest", "ruff"],
},
package_data={},
Expand Down

0 comments on commit c053811

Please sign in to comment.