Skip to content

Commit

Permalink
Update environment files.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Aug 18, 2024
1 parent 143cb72 commit 8be242a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
miniforge-version: latest
#
- name: Install additional test dependencies
run: conda install pytest nnpops && pip install mace-torch
run: conda install pytest
#
- name: Install the package
run: pip install .
Expand Down
3 changes: 3 additions & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- ase
- deepmd-kit
- loguru
- nnpops
- pip
- psutil
- pygit2
Expand All @@ -16,3 +17,5 @@ dependencies:
- pyyaml
- torchani
- xtb-python
- pip:
- mace-torch
2 changes: 2 additions & 0 deletions environment_rascal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- deepmd-kit
- eigen
- loguru
- nnpops
- pip
- psutil
- pygit2
Expand All @@ -20,3 +21,4 @@ dependencies:
- xtb-python
- pip:
- git+https://github.com/lab-cosmo/librascal.git
- mace-torch
3 changes: 3 additions & 0 deletions environment_sire.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies:
- loguru
- openmm >= 8.1
- nnpops
- pip
- psutil
- pygit2
- pytorch
Expand All @@ -19,3 +20,5 @@ dependencies:
- sire
- torchani
- xtb-python
- pip:
- mace-torch

0 comments on commit 8be242a

Please sign in to comment.