From fe57fdce231b808ef4e153f4c1cc85a0fb20f625 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Tue, 6 Jun 2023 20:51:43 -0700 Subject: [PATCH] Remove unnecessary dependencies --- conda/environments/all_cuda-118_arch-x86_64.yaml | 1 - dependencies.yaml | 9 ++------- python/pyproject.toml | 5 ----- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index ba430d64a..f22c5e383 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -19,5 +19,4 @@ dependencies: - python>=3.9,<3.11 - scikit-build-core - spdlog>=1.11.0,<1.12 -- tomli name: all_cuda-118_arch-x86_64 diff --git a/dependencies.yaml b/dependencies.yaml index a46dfcc79..6cc9e6a87 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -61,21 +61,16 @@ dependencies: common: - output_types: [conda, requirements, pyproject] packages: - - &cmake_ver cmake>=3.23.1,!=3.25.0 - &cuda_python cuda-python>=11.7.1,<12.0 - cython>=0.29,<0.30 - - ninja - scikit-build-core - - tomli - output_types: conda packages: + - &cmake_ver cmake>=3.23.1,!=3.25.0 + - ninja - fmt>=9.1.0,<10 - spdlog>=1.11.0,<1.12 - python>=3.9,<3.11 - - output_types: pyproject - packages: - - wheel - - setuptools>=61.0.0 checks: common: - output_types: [conda, requirements] diff --git a/python/pyproject.toml b/python/pyproject.toml index d483add91..1dad22bd1 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -15,14 +15,9 @@ [build-system] build-backend = "scikit_build_core.build" requires = [ - "cmake>=3.23.1,!=3.25.0", "cuda-python>=11.7.1,<12.0", "cython>=0.29,<0.30", - "ninja", "scikit-build-core", - "setuptools>=61.0.0", - "tomli", - "wheel", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../dependencies.yaml and run `rapids-dependency-file-generator`. [project]