-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Improve some packaging stuff - Remove versioneer in favour of versiongit - removed old setup.py - setup conda environments - Added install instructions.
- Loading branch information
Showing
13 changed files
with
210 additions
and
2,560 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
mtenn/_version.py export-subst | ||
*/_version_git.py export-subst | ||
|
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
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,20 +1,17 @@ | ||
name: test | ||
channels: | ||
|
||
- conda-forge | ||
|
||
- defaults | ||
dependencies: | ||
# Base depends | ||
- python | ||
- pip | ||
|
||
# Testing | ||
- pytorch | ||
- pytorch_geometric | ||
- pytorch_cluster | ||
- pytorch_scatter | ||
- pytorch_sparse | ||
- numpy | ||
- h5py | ||
- e3nn | ||
# testing dependencies | ||
- pytest | ||
- pytest-cov | ||
- codecov | ||
|
||
# Pip-only installs | ||
#- pip: | ||
# - codecov | ||
|
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,13 @@ | ||
name: mtenn-gpu | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- pytorch | ||
- pytorch-gpu | ||
- pytorch_geometric | ||
- pytorch_cluster | ||
- pytorch_scatter | ||
- pytorch_sparse | ||
- numpy | ||
- h5py | ||
- e3nn |
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,12 @@ | ||
name: mtenn | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- pytorch | ||
- pytorch_geometric | ||
- pytorch_cluster | ||
- pytorch_scatter | ||
- pytorch_sparse | ||
- numpy | ||
- h5py | ||
- e3nn |
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
Oops, something went wrong.