Skip to content

Commit

Permalink
Refreshed to 0.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-Surkar committed Oct 25, 2023
1 parent c55ee86 commit cb051af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "torch_sparse" %}
{% set version = "0.6.17" %}
{% set version = "0.6.18" %}

package:
name: py{{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 06e268dd77f73eb641da8f9383306d7afac6423383c9197b9df120955e2a96bd
sha256: 2f14c510a6e93f404c6ea357210615b3c15a71731f9dbd86f25434e34fb5a741

build:
number: 1
number: 2
string: {{ build_type }}_py{{ python | replace(".", "") }}_{{ PKG_BUILDNUM }} #[build_type == 'cpu']
string: {{ build_type }}{{ cudatoolkit | replace(".*", "") }}_py{{ python | replace(".", "") }}_{{ PKG_BUILDNUM }} #[build_type == 'cuda']
skip: true # [win]
Expand Down

0 comments on commit cb051af

Please sign in to comment.