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 7777 conda install -n test --quiet --yes -c pkgs/main python=$PYTHON certifi
7878
7979 if [[ "$(mars.test.module)" == "learn" ]]; then
80- # remove version limit when blue-yonder/tsfresh#897 is fixed.
8180 # remove keras version after https://github.com/tensorflow/tensorflow/issues/52922 is fixed.
8281 pip install xgboost lightgbm keras==2.6.0 tensorflow faiss-cpu torch torchvision \
83- statsmodels\<0.13.0 tsfresh
82+ statsmodels tsfresh
8483 fi
8584 fi
8685 conda list -n test
9594
9695 # do compatibility test for earliest supported pandas release
9796 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
9998 pytest $PYTEST_CONFIG -m pd_compat mars/dataframe
10099 mv .coverage build/.coverage.pd_compat.file
101100 fi
You can’t perform that action at this time.
0 commit comments