Skip to content

Commit bbf6e18

Browse files
committed
Fix repos
1 parent 4d1e7b4 commit bbf6e18

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,9 @@ jobs:
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
@@ -95,7 +94,7 @@ jobs:
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

0 commit comments

Comments
 (0)