From 1f0967ecade501b592e348bab3fde4808d6ed3a9 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Wed, 30 Mar 2022 14:10:50 -0700 Subject: [PATCH] Remove Click pinnings that are unnecessary after upgrading black. (#10541) This PR undoes #10535 (which was just a patch for cudf 22.04) on cudf 22.06 since we have implemented the longer term solution in #10523. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Ashwin Srinath (https://github.com/shwina) URL: https://github.com/rapidsai/cudf/pull/10541 --- .pre-commit-config.yaml | 2 -- conda/environments/cudf_dev_cuda11.5.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1220b211019..21f15ade458 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,8 +32,6 @@ repos: hooks: - id: black files: python/.* - additional_dependencies: - - click==8.0.4 - repo: https://github.com/PyCQA/flake8 rev: 3.8.3 hooks: diff --git a/conda/environments/cudf_dev_cuda11.5.yml b/conda/environments/cudf_dev_cuda11.5.yml index ec1492894cd..e9d018a2d18 100644 --- a/conda/environments/cudf_dev_cuda11.5.yml +++ b/conda/environments/cudf_dev_cuda11.5.yml @@ -10,7 +10,6 @@ channels: dependencies: - clang=11.1.0 - clang-tools=11.1.0 - - click=8.0.4 - cupy>=9.5.0,<11.0.0a0 - rmm=22.06.* - cmake>=3.20.1