Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
5792b5b2
Unverified
Commit
5792b5b2
authored
Sep 15, 2023
by
Oliver Borchert
Committed by
GitHub
Sep 14, 2023
Browse files
[ci] Fix typo in dependencies (#6100)
parent
ab1eaa83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.ci/test.sh
.ci/test.sh
+1
-1
No files found.
.ci/test.sh
View file @
5792b5b2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment