Skip to content

Commit

Permalink
Remove Click pinnings that are unnecessary after upgrading black. (#1…
Browse files Browse the repository at this point in the history
…0541)

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: #10541
  • Loading branch information
vyasr authored Mar 30, 2022
1 parent 2d8d913 commit 1f0967e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion conda/environments/cudf_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f0967e

Please sign in to comment.