Skip to content

Commit

Permalink
update isort to 5.6.4 (#822)
Browse files Browse the repository at this point in the history
Update isort to 5.6.4 to match cudf. rapidsai/cudf#8755. also remove unused references to nvstrings/nvcategory.

Authors:
  - Christopher Harris (https://github.com/cwharris)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #822
  • Loading branch information
cwharris authored Jul 19, 2021
1 parent 2179ffd commit ced2789
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion conda/environments/rmm_dev_cuda10.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- cmake-format=0.6.11
- flake8=3.8.3
- black=19.10
- isort=5.0.7
- isort=5.6.4
- python>=3.7,<3.9
- numba>=0.49
- numpy
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/rmm_dev_cuda10.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- cmake-format=0.6.11
- flake8=3.8.3
- black=19.10
- isort=5.0.7
- isort=5.6.4
- python>=3.7,<3.9
- numba>=0.49
- numpy
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/rmm_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- cmake-format=0.6.11
- flake8=3.8.3
- black=19.10
- isort=5.0.7
- isort=5.6.4
- python>=3.7,<3.9
- numba>=0.49
- numpy
Expand Down
4 changes: 2 additions & 2 deletions python/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
clang==8.0.1
flake8==3.8.3
black==19.10b0
isort==5.0.7
isort==5.6.4
cmake-format==0.6.11
numpy
numba>=0.49
pytest
pytest-xdist
cython>=0.29,<0.30
wheel
setuptools
setuptools
2 changes: 0 additions & 2 deletions python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ known_dask=
distributed
dask_cuda
known_rapids=
nvstrings
nvcategory
nvtext
cudf
cuml
Expand Down

0 comments on commit ced2789

Please sign in to comment.