Skip to content

Commit

Permalink
fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jan 7, 2025
1 parent e5142cb commit 01ff4fc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ pytorch=*=cuda*:
"conda-forge::foo[version=1.0.*, build_number=\">6\"]":
name: foo
version: 1.0.*
build_number:
op: Gt
rhs: 6
build_number: ">6"
channel:
base_url: "https://conda.anaconda.org/conda-forge"
name: conda-forge
Expand Down Expand Up @@ -91,9 +89,7 @@ python=*:
"conda-forge/linux-32::python ==3.9[subdir=linux-64, build_number=\"0\"]":
name: python
version: "==3.9"
build_number:
op: Eq
rhs: 0
build_number: "==0"
channel:
base_url: "https://conda.anaconda.org/conda-forge"
name: conda-forge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ pytorch=*=cuda*:
"conda-forge::foo[version=1.0.*, build_number=\">6\"]":
name: foo
version: 1.0.*
build_number:
op: Gt
rhs: 6
build_number: ">6"
channel:
base_url: "https://conda.anaconda.org/conda-forge"
name: conda-forge
Expand Down Expand Up @@ -83,9 +81,7 @@ python=*:
"conda-forge/linux-32::python ==3.9[subdir=linux-64, build_number=\"0\"]":
name: python
version: "==3.9"
build_number:
op: Eq
rhs: 0
build_number: "==0"
channel:
base_url: "https://conda.anaconda.org/conda-forge"
name: conda-forge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ expression: evaluated
version: 1.0.*
"[version=1.0.*, build_number=\">6\"]":
version: 1.0.*
build_number:
op: Gt
rhs: 6
build_number: ">6"
"==2.7.*.*|>=3.6":
version: 2.7.*|>=3.6
"3.9":
Expand All @@ -53,7 +51,5 @@ expression: evaluated
subdir: linux-64
"==3.9[subdir=linux-64, build_number=\"0\"]":
version: "==3.9"
build_number:
op: Eq
rhs: 0
build_number: "==0"
subdir: linux-64
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ expression: evaluated
version: 1.0.*
"[version=1.0.*, build_number=\">6\"]":
version: 1.0.*
build_number:
op: Gt
rhs: 6
build_number: ">6"
"==2.7.*.*|>=3.6":
error: "invalid version constraint: regex constraints are not supported"
"3.9":
Expand All @@ -50,7 +48,5 @@ expression: evaluated
subdir: linux-64
"==3.9[subdir=linux-64, build_number=\"0\"]":
version: "==3.9"
build_number:
op: Eq
rhs: 0
build_number: "==0"
subdir: linux-64

0 comments on commit 01ff4fc

Please sign in to comment.