From 19f324cdeeb9d7c289529d60597fc202c48aa2d2 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Mon, 28 Mar 2022 15:05:01 -0700 Subject: [PATCH] Update conda environment. (#10525) This is a follow-up to #10523 that updates the conda environment now that the [conda-forge package should be available](https://github.com/conda-forge/black-feedstock/pull/42). Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) - https://github.com/jakirkham - AJ Schmidt (https://github.com/ajschmidt8) URL: https://github.com/rapidsai/cudf/pull/10525 --- conda/environments/cudf_dev_cuda11.5.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/environments/cudf_dev_cuda11.5.yml b/conda/environments/cudf_dev_cuda11.5.yml index 2a3f729db37..e9d018a2d18 100644 --- a/conda/environments/cudf_dev_cuda11.5.yml +++ b/conda/environments/cudf_dev_cuda11.5.yml @@ -37,7 +37,7 @@ dependencies: - cuda-python >=11.5,<12.0 - pip - flake8=3.8.3 - - black=19.10 + - black=22.3.0 - isort=5.6.4 - mypy=0.782 - pydocstyle=6.1.1