Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pytorch 2.1.0 just got uploaded to conda-forge conda-forge/pytorch-cpu-feedstock#199, can someone retry the CI build please?

Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{% set version = "0.6.1" %}
{% set tests_to_skip = "_not_a_real_test" %}
{% set version = "0.7.0" %}

package:
name: torchdata
version: {{ version }}

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]
Expand Down