Skip to content

Commit

Permalink
Remove req-ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Oct 16, 2024
1 parent 1cfbd45 commit 1192597
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
- name: Install dependencies
run: |
pip install git+https://github.com/materialsvirtuallab/maml.git
pip install --quiet -r requirements.txt -r requirements-ci.txt
pip install -e '.[models]'
pip install -e '.[models,ci]'
- name: pytest
run: |
pytest --cov=matcalc tests --color=yes
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ 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", "maml>=2024.6.13", "dgl<=2.1.0", "torch<=2.2.1"]
ci = ["pytest-cov>=4", "pytest-split>=0.8", "pytest>=8", "coverage", "coveralls"]

[tool.setuptools.packages.find]
where = ["src"]
Expand Down
10 changes: 0 additions & 10 deletions requirements-ci.txt

This file was deleted.

0 comments on commit 1192597

Please sign in to comment.