Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update isort to 5.6.4 #822

Merged
merged 2 commits into from
Jul 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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