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
b6e30768
Unverified
Commit
b6e30768
authored
Mar 16, 2021
by
Nikita Titov
Committed by
GitHub
Mar 15, 2021
Browse files
Revert "[ci] prevent getting incompatible dask and distributed versions (#4054)" (#4076)
This reverts commit
4e9c9768
.
parent
1f4a0842
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
.ci/test.sh
.ci/test.sh
+1
-7
No files found.
.ci/test.sh
View file @
b6e30768
...
...
@@ -96,19 +96,13 @@ if [[ $TASK == "swig" ]]; then
exit
0
fi
conda
install
-q
-y
-n
$CONDA_ENV
cloudpickle joblib matplotlib numpy pandas psutil pytest scikit-learn scipy
conda
install
-q
-y
-n
$CONDA_ENV
cloudpickle
dask distributed
joblib matplotlib numpy pandas psutil pytest scikit-learn scipy
# graphviz must come from conda-forge to avoid this on some linux distros:
# https://github.com/conda-forge/graphviz-feedstock/issues/18
#
# dask and distributed must come from conda-forge because they need to be kept
# in sync and conda-forge packages are updated more quickly (automatically based
# on pushes to PyPI)
conda
install
-q
-y
\
-n
$CONDA_ENV
\
-c
conda-forge
\
'dask>=2021.3.0'
\
'distributed>=2021.3.0'
\
python-graphviz
\
xorg-libxau
...
...
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