Skip to content

Commit

Permalink
Install pytorch graph components with conda from pyg channel
Browse files Browse the repository at this point in the history
  • Loading branch information
jthiltges authored and oshadura committed Jun 7, 2024
1 parent ae4448a commit d49ef8f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions coffea-base/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: base
channels:
- conda-forge
- pyg
- pytorch
dependencies:
# python version specified in Dockerfile
Expand Down Expand Up @@ -50,13 +51,14 @@ dependencies:
- pip
- coffea=0.7.22
- rucio-clients
# pyg
- pyg
- pytorch-cluster
- pytorch-sparse
- pytorch-spline-conv
- pip:
- fastjet==3.4.0.1 # LAST VERSION workking with awkward1
- tritonclient[all]
- tflite-runtime==2.14.0
- onnxruntime
- torch-sparse
- torch-cluster
- torch-spline-conv
- torch-geometric
#- fsspec-xrootd
10 changes: 6 additions & 4 deletions coffea-dask/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: base
channels:
- conda-forge
- pyg
- pytorch
dependencies:
# python version specified in Dockerfile
Expand Down Expand Up @@ -49,13 +50,14 @@ dependencies:
- pip
- coffea=2024.4.1
- rucio-clients
# pyg
- pyg
- pytorch-cluster
- pytorch-sparse
- pytorch-spline-conv
- pip:
- fastjet # to be added to conda-forge: https://github.com/scikit-hep/fastjet/issues/133
- tritonclient[all]
- tflite-runtime==2.14.0
- onnxruntime
- torch-sparse
- torch-cluster
- torch-spline-conv
- torch-geometric
- fsspec-xrootd

0 comments on commit d49ef8f

Please sign in to comment.