diff --git a/.github/workflows/building_pyg_conda.yml b/.github/workflows/building_pyg_conda.yml index 97a74954167d..2c19d46362d1 100644 --- a/.github/workflows/building_pyg_conda.yml +++ b/.github/workflows/building_pyg_conda.yml @@ -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 diff --git a/.github/workflows/building_rusty1s_conda.yml b/.github/workflows/building_rusty1s_conda.yml index 12d89a6e6014..22255e46aa8f 100644 --- a/.github/workflows/building_rusty1s_conda.yml +++ b/.github/workflows/building_rusty1s_conda.yml @@ -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 diff --git a/conda/pyg/meta.yaml b/conda/pyg/meta.yaml index 81ea5fc28c44..676ae3055447 100644 --- a/conda/pyg/meta.yaml +++ b/conda/pyg/meta.yaml @@ -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: diff --git a/conda/pytorch-geometric/meta.yaml b/conda/pytorch-geometric/meta.yaml index fbbbcc4bb97a..d104ee2bab00 100644 --- a/conda/pytorch-geometric/meta.yaml +++ b/conda/pytorch-geometric/meta.yaml @@ -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: