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 ce513a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Install dependencies
run: |
pip install numpy
pip install mace@git+https://github.com/ACEsuit/mace
pip install --quiet -r requirements.txt -r requirements-ci.txt
pip install -e '.[models]'
- name: pytest
Expand Down
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 ce513a2

Please sign in to comment.