Skip to content

Commit 43b8537

Browse files
committed
Remove package constraints
1 parent 5e7b0da commit 43b8537

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

build_tools/update_environments_and_lock_files.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ def remove_from(alist, to_remove):
9191

9292
build_metadata_list = [
9393
{
94-
"name": "pylatest_conda_forge_mkl_array-api_linux-64",
94+
"name": "pylatest_conda_forge_cuda_array-api_linux-64",
9595
"type": "conda",
96-
"tag": "gpu",
96+
"tag": "cuda",
9797
"folder": "build_tools/github",
9898
"platform": "linux-64",
9999
"channel": ["conda-forge", "pytorch", "nvidia"],
@@ -109,12 +109,6 @@ def remove_from(alist, to_remove):
109109
"array-api-compat",
110110
"array-api-strict",
111111
],
112-
"package_constraints": {
113-
"blas": "[build=mkl]",
114-
"pytorch::pytorch": "2.3.0",
115-
"pytorch-cuda": "12.1",
116-
"cupy": "13.1.0",
117-
},
118112
},
119113
{
120114
"name": "pylatest_conda_forge_mkl_linux-64",

0 commit comments

Comments
 (0)