From 5792b5b21e5f8b9595f030d18dc39c4fe401b896 Mon Sep 17 00:00:00 2001 From: Oliver Borchert Date: Fri, 15 Sep 2023 04:47:57 +0200 Subject: [PATCH] [ci] Fix typo in dependencies (#6100) --- .ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/test.sh b/.ci/test.sh index c6574b264f80..af7cae2e3858 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -124,7 +124,7 @@ fi # ref: https://github.com/microsoft/LightGBM/issues/6030 CONSTRAINED_DEPENDENCIES="'dask-core>=2023.5.0' 'distributed>=2023.5.0' 'pandas>=2.0'" if [[ $PYTHON_VERSION == "3.7" ]]; then - CONSTRAINED_DEPENDENCIES="'dask-core' 'distributed 'pandas<2.0'" + CONSTRAINED_DEPENDENCIES="'dask-core' 'distributed' 'pandas<2.0'" fi # including python=version[build=*cpython] to ensure that conda doesn't fall back to pypy