Skip to content

Commit 0ab8957

Browse files
committed
fix(conda): explictly request non-free-threaded python build
1 parent 30ca0d1 commit 0ab8957

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

conda/recipes/cuopt-server/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ build:
2828
requirements:
2929
host:
3030
- pip
31-
- python =${{ py_version }}
31+
- python-gil =${{ py_version }}
3232
- rapids-build-backend >=0.4.0,<0.5.0
3333
- setuptools>=77.0.0
3434
run:

conda/recipes/cuopt-sh-client/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ build:
2626
requirements:
2727
host:
2828
- pip
29-
- python =${{ py_version }}
29+
- python-gil =${{ py_version }}
3030
- setuptools>=77.0.0
3131
run:
3232
- msgpack-python =1.1.2

conda/recipes/cuopt/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ requirements:
7575
- libcuopt =${{ version }}
7676
- pip
7777
- pylibraft =${{ minor_version }}
78-
- python =${{ py_version }}
78+
- python-gil =${{ py_version }}
7979
- rapids-build-backend >=0.4.0,<0.5.0
8080
- rmm =${{ minor_version }}
8181
- scikit-build-core>=0.11.0

conda/recipes/mps-parser/recipe.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION.
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION.
22
# SPDX-License-Identifier: Apache-2.0
33
schema_version: 1
44

@@ -41,7 +41,7 @@ requirements:
4141
- cython >=3.0.0
4242
- libmps-parser =${{ version }}
4343
- pip
44-
- python =${{ py_version }}
44+
- python-gil =${{ py_version }}
4545
- rapids-build-backend >=0.4.0,<0.5.0
4646
- scikit-build-core >=0.11.0
4747
run:

0 commit comments

Comments
 (0)