Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jan 1, 2024
1 parent acc89dc commit 992faac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["ase", "joblib", "phonopy", "pymatgen"]
version = "0.0.3"
version = "0.0.4"

[project.optional-dependencies]
models = ["chgnet", "mace@git+https://github.com/ACEsuit/mace", "matgl>=0.9.0"]
models = ["chgnet", "matgl>=0.9.0"]
# can't add "mace@git+https://github.com/ACEsuit/mace" due to requires_dist Error:
# Can't have direct dependency on git repo when attempting PyPI upload

[tool.setuptools]
packages = ["matcalc"]
Expand Down

0 comments on commit 992faac

Please sign in to comment.