Skip to content

Commit

Permalink
Build conda packages (#8184)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Oct 16, 2023
1 parent 6eb72c2 commit a1cb3dc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/building_pyg_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
cuda-version: 'cu117'
- os: macos-latest
cuda-version: 'cu113'
- os: macos-latest
cuda-version: 'cu115'
- os: macos-latest
cuda-version: 'cu116'
- os: macos-latest
cuda-version: 'cu117'
- os: macos-latest
cuda-version: 'cu118'
- os: macos-latest
cuda-version: 'cu121'

steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/building_rusty1s_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
cuda-version: 'cu117'
- os: macos-latest
cuda-version: 'cu113'
- os: macos-latest
cuda-version: 'cu115'
- os: macos-latest
cuda-version: 'cu116'
- os: macos-latest
cuda-version: 'cu117'
- os: macos-latest
cuda-version: 'cu118'
- os: macos-latest
cuda-version: 'cu121'

steps:
- name: Checkout repository
Expand Down
5 changes: 3 additions & 2 deletions conda/pyg/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package:
name: pyg
version: 2.3.1
version: 2.4.0

source:
url: https://files.pythonhosted.org/packages/06/a5/9f5af849c4185da5ea55f70ef17e23f93355cd4e989d82cfc8ba2d8747af/torch_geometric-2.3.1.tar.gz
url: https://files.pythonhosted.org/packages/e6/6e/a596e2ddecc3b13a0d576495369a30309fb54c74fadf0bbca645bfbcaa2f/torch_geometric-2.4.0.tar.gz

requirements:
host:
- pip
- flit-core
- python {{ environ.get('PYTHON_VERSION') }}

run:
Expand Down
5 changes: 3 additions & 2 deletions conda/pytorch-geometric/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package:
name: pytorch-geometric
version: 2.3.1
version: 2.4.0

source:
url: https://files.pythonhosted.org/packages/06/a5/9f5af849c4185da5ea55f70ef17e23f93355cd4e989d82cfc8ba2d8747af/torch_geometric-2.3.1.tar.gz
url: https://files.pythonhosted.org/packages/e6/6e/a596e2ddecc3b13a0d576495369a30309fb54c74fadf0bbca645bfbcaa2f/torch_geometric-2.4.0.tar.gz

requirements:
host:
- pip
- flit-core
- python {{ environ.get('PYTHON_VERSION') }}

run:
Expand Down

0 comments on commit a1cb3dc

Please sign in to comment.