We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ca0d1 commit bd6d202Copy full SHA for bd6d202
1 file changed
conda/recipes/mps-parser/recipe.yaml
@@ -1,4 +1,4 @@
1
-# SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION.
+# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION.
2
# SPDX-License-Identifier: Apache-2.0
3
schema_version: 1
4
@@ -41,7 +41,10 @@ requirements:
41
- cython >=3.0.0
42
- libmps-parser =${{ version }}
43
- pip
44
- - python =${{ py_version }}
+ # Request Python with a buildstring where the end of the string exactly
45
+ # matches `py_buildstring`, e.g. `314`
46
+ # to exclude free-threaded builds
47
+ - python =${{ py_version }}=*${{ py_buildstring }}
48
- rapids-build-backend >=0.4.0,<0.5.0
49
- scikit-build-core >=0.11.0
50
run:
0 commit comments