From 0b6e1a6b5e57108bf75a306f978c687fbaacd988 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 30 May 2025 10:53:00 -0500 Subject: [PATCH] include Python constraints for pure-Python conda packages --- conda/recipes/cuopt-server/recipe.yaml | 3 --- conda/recipes/cuopt-sh-client/recipe.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/conda/recipes/cuopt-server/recipe.yaml b/conda/recipes/cuopt-server/recipe.yaml index 4f92c7efa3..447e4e999e 100644 --- a/conda/recipes/cuopt-server/recipe.yaml +++ b/conda/recipes/cuopt-server/recipe.yaml @@ -40,9 +40,6 @@ requirements: - pandas>=2 - python - uvicorn ${{ uvicorn_version }} - ignore_run_exports: - by_name: - - python_abi tests: - python: diff --git a/conda/recipes/cuopt-sh-client/recipe.yaml b/conda/recipes/cuopt-sh-client/recipe.yaml index a32f2f55a6..15272f458f 100644 --- a/conda/recipes/cuopt-sh-client/recipe.yaml +++ b/conda/recipes/cuopt-sh-client/recipe.yaml @@ -31,9 +31,6 @@ requirements: - msgpack-python =1.0.8 - python - requests - ignore_run_exports: - by_name: - - python_abi tests: - python: