Skip to content

Commit

Permalink
Add environment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Jul 3, 2023
1 parent 2a48355 commit 31efdd0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: matten
channels:
- pytorch
- conda-forge
- pyg
- defaults
dependencies:
- pytorch>=2.0.0
- pyg>=2.3.0
- pytorch-scatter
- pytorch-lightning>=2.0.0
- torchmetrics>=0.11.0
- pymatgen
- loguru
- pandas
- pytest
- pip:
- torchtyping

0 comments on commit 31efdd0

Please sign in to comment.