File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 77
77
conda install -n test --quiet --yes -c pkgs/main python=$PYTHON certifi
78
78
79
79
if [[ "$(mars.test.module)" == "learn" ]]; then
80
- # remove version limit when blue-yonder/tsfresh#897 is fixed.
81
80
# remove keras version after https://github.com/tensorflow/tensorflow/issues/52922 is fixed.
82
81
pip install xgboost lightgbm keras==2.6.0 tensorflow faiss-cpu torch torchvision \
83
- statsmodels\<0.13.0 tsfresh
82
+ statsmodels tsfresh
84
83
fi
85
84
fi
86
85
conda list -n test
95
94
96
95
# do compatibility test for earliest supported pandas release
97
96
if [[ "$(mars.test.module)" == "dataframe" ]]; then
98
- pip install pandas==1.0.5
97
+ pip install -i https://pkgs.dev.azure.com/mars-project/mars/_packaging/pandas/pypi/simple/ pandas==1.0.5
99
98
pytest $PYTEST_CONFIG -m pd_compat mars/dataframe
100
99
mv .coverage build/.coverage.pd_compat.file
101
100
fi
You can’t perform that action at this time.
0 commit comments