Skip to content

Commit

Permalink
Build PyG 2.5.2 for conda (#9078)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Mar 21, 2024
1 parent 203876c commit 2cddda1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/building_pyg_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
cuda-version: 'cu118'
- os: macos-latest
cuda-version: 'cu121'
- os: macos-latest
python-version: '3.12'

steps:
- name: Checkout repository
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/building_rusty1s_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
cuda-version: 'cu118'
- os: macos-latest
cuda-version: 'cu121'
- os: macos-latest
python-version: '3.12'

steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions conda/pyg/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: pyg
version: 2.5.1
version: 2.5.2

source:
url: https://files.pythonhosted.org/packages/3c/57/af9c8766f8412246c3dbf2a11e2391c71d15825cb964d0a7ccc540521b6d/torch_geometric-2.5.1.tar.gz
url: https://files.pythonhosted.org/packages/2b/52/e6d298d328858aaebf91ca78d81195e3ccaa99ba3b33b0ffc0af5ec0c86d/torch_geometric-2.5.2.tar.gz

requirements:
host:
Expand Down
4 changes: 2 additions & 2 deletions conda/pytorch-geometric/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: pytorch-geometric
version: 2.5.1
version: 2.5.2

source:
url: https://files.pythonhosted.org/packages/3c/57/af9c8766f8412246c3dbf2a11e2391c71d15825cb964d0a7ccc540521b6d/torch_geometric-2.5.1.tar.gz
url: https://files.pythonhosted.org/packages/2b/52/e6d298d328858aaebf91ca78d81195e3ccaa99ba3b33b0ffc0af5ec0c86d/torch_geometric-2.5.2.tar.gz

requirements:
host:
Expand Down

0 comments on commit 2cddda1

Please sign in to comment.