From d51f1aa1126990b28a47a1ec7b0a002b58f90d33 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:43:13 +0000 Subject: [PATCH 1/2] updated v0.7.0 --- recipe/meta.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d46d49f..a2a2ee5 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,5 @@ -{% set version = "0.6.1" %} +{% set tests_to_skip = "_not_a_real_test" %} +{% set version = "0.7.0" %} package: name: torchdata @@ -6,10 +7,10 @@ package: source: url: https://github.com/pytorch/data/archive/refs/tags/v{{ version }}.tar.gz - sha256: c596db251c5e6550db3f00e4308ee7112585cca4d6a1c82a433478fd86693257 + sha256: 0b444719c3abc67201ed0fea92ea9c4100e7f36551ba0d19a09446cc11154eb3 build: - number: 2 + number: 0 # no pytorch on windows in conda-forge, see # https://github.com/conda-forge/pytorch-cpu-feedstock/issues/32 skip: true # [win] From 8b188f3802fa24031f81ff3cdc2fe1c2fed89a51 Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Tue, 7 Nov 2023 10:56:16 +1000 Subject: [PATCH 2/2] Remove bot mistake Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com> --- recipe/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a2a2ee5..0a88cd4 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,3 @@ -{% set tests_to_skip = "_not_a_real_test" %} {% set version = "0.7.0" %} package: