Skip to content

Commit

Permalink
doc: split macos and linux cpu installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn committed Mar 7, 2024
1 parent 789cbcc commit c85e516
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
File renamed without changes.
18 changes: 18 additions & 0 deletions conda_cpu_mac.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: gt4sd
channels:
- https://conda.anaconda.org/pytorch
- https://conda.anaconda.org/nvidia
- https://conda.anaconda.org/pyg
- https://conda.anaconda.org/conda-forge
dependencies:
- python>=3.7,<3.9
- pip>=19.1,<20.3
- pytorch>=1.0,<=1.12.1
- cpuonly
- pytorch-scatter<=2.0.9
- pip:
- -r requirements.txt
- -r cpu_requirements.txt
- -r vcs_requirements.txt
# development
- -r dev_requirements.txt

0 comments on commit c85e516

Please sign in to comment.