Skip to content

Commit

Permalink
fix dependicies and remove unexpected files
Browse files Browse the repository at this point in the history
  • Loading branch information
rul048 committed Sep 17, 2024
1 parent bd1414f commit ef565cd
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1,332,075 deletions.
1 change: 0 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- name: Install dependencies
run: |
pip install --quiet -r requirements.txt -r requirements-ci.txt
pip install git+https://github.com/materialsvirtuallab/maml
pip install -e '.[models]'
- name: pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = ["ase>=3.23.0", "joblib", "phonopy", "pymatgen", "numpy<2.0.0"]
version = "0.0.4"

[project.optional-dependencies]
models = ["chgnet>=0.3.8", "mace-torch>=0.3.6", "matgl>=1.0.0", "sevenn>=0.9.3", "dgl<=2.1.0", "torch<=2.2.1"]
models = ["chgnet>=0.3.8", "mace-torch>=0.3.6", "matgl>=1.0.0", "sevenn>=0.9.3", "maml>=2024.6.13", "dgl<=2.1.0", "torch<=2.2.1"]

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

0 comments on commit ef565cd

Please sign in to comment.