-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CPU option in Docker * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated docker * Update environment_cpu.yml Co-authored-by: Jacob Bieker <[email protected]> * Update environment_cuda.yml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jacob Bieker <[email protected]>
- Loading branch information
1 parent
084c5ab
commit c80ca5b
Showing
3 changed files
with
50 additions
and
6 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,35 @@ | ||
name: graph | ||
channels: | ||
- pytorch | ||
- pyg | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- numcodecs | ||
- pandas | ||
- pip | ||
- pyg | ||
- python=3.12 | ||
- pytorch | ||
- cpuonly | ||
- pytorch-cluster | ||
- pytorch-scatter | ||
- pytorch-sparse | ||
- pytorch-spline-conv | ||
- scikit-learn | ||
- scipy | ||
- torchvision | ||
- tqdm | ||
- xarray | ||
- zarr | ||
- h3-py | ||
- numpy | ||
- pip: | ||
- datasets | ||
- einops | ||
- fsspec | ||
- torch-geometric-temporal | ||
- huggingface-hub | ||
- pysolar | ||
- pytorch-lightning | ||
- click |
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