From 57f9ece9b35224b0710534de24088a33a5f97b9e Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 28 May 2024 10:01:05 -0500 Subject: [PATCH] remove unnecessary 'setuptools' dependency --- CONTRIBUTING.md | 1 - conda/recipes/kvikio/meta.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 44babdddd8..70f8279ef4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,6 @@ The Python packages depends on the following packages: * Cython * Pip -* Setuptools For testing: * pytest diff --git a/conda/recipes/kvikio/meta.yaml b/conda/recipes/kvikio/meta.yaml index 78e844aff4..886334be5d 100644 --- a/conda/recipes/kvikio/meta.yaml +++ b/conda/recipes/kvikio/meta.yaml @@ -54,7 +54,6 @@ requirements: - {{ stdlib("c") }} host: - python - - setuptools - pip - cython >=3.0.0 {% if cuda_major == "11" %}