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