-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: clean up environment.yaml and reorganize pyproject.toml (#28)
* clean up environment.yaml and reorganize pyproject.toml * clean up environment.yaml * add MANIFEST.in and configure the files to copy for building distribution * update installation instruction in README.md * update building workflow * add 5M checkpoint --------- Co-authored-by: Han Yang <[email protected]>
- Loading branch information
1 parent
da834e5
commit 548c40f
Showing
6 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
include src/mattersim/pretrained_models/*.pth | ||
include src/mattersim/datasets/utils/*.pyx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,15 @@ | ||
name: mattersim | ||
channels: | ||
- pyg | ||
- pytorch | ||
- conda-forge | ||
- nvidia | ||
dependencies: | ||
- python=3.9 | ||
- pytorch-sparse | ||
- pytorch-scatter | ||
- pytorch==2.2.0 | ||
- torchvision==0.17.0 | ||
- torchaudio==2.2.0 | ||
- pytorch-cuda=11.8 | ||
- ca-certificates | ||
- openssl | ||
- numpy<2 | ||
- phonopy==2.14.0 | ||
- phono3py==2.3.0 | ||
- cython | ||
- loguru | ||
- cython>=0.29.32 | ||
- setuptools>=45 | ||
- wheel | ||
- pip: | ||
- uv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.