Skip to content

Commit e667cc9

Browse files
authored
Update python-pytest.yml
1 parent f42ba7a commit e667cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-pytest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# pip install git+https://github.com/DataCanvasIO/HyperBoard.git#subdirectory=hboard-widget
4444
# pip install git+https://github.com/DataCanvasIO/HyperBoard.git#subdirectory=hboard
4545
pip install -q -r requirements.txt -r requirements-fg.txt -r requirements-dask.txt -r requirements-shap.txt
46-
pip install -q "numpy<=1.23.5" pytest-cov==2.4.0 python-coveralls codacy-coverage # NOTE: shap is not working with numpy==1.24 now, for further info: https://github.com/slundberg/shap/pull/1890
46+
pip install -q "numpy<=1.23.5" "pandas<2.0.0" "xgboost<2.1.0" pytest-cov==2.4.0 python-coveralls codacy-coverage # NOTE: shap is not working with numpy==1.24 now, for further info: https://github.com/slundberg/shap/pull/1890
4747
pip list
4848
- name: Test with pytest
4949
run: |
@@ -92,7 +92,7 @@ jobs:
9292
pip install -q "featuretools<1.0" "scikit-learn<1.0" "catboost<1.0"
9393
pip install -q git+https://github.com/DataCanvasIO/Hypernets
9494
pip install -q -r requirements.txt "scikit-learn<1.0"
95-
pip install -q "numpy<=1.23.5" pytest-cov==2.4.0 python-coveralls codacy-coverage # TODO remove numpy version limit
95+
pip install -q "numpy<=1.23.5" "pandas<2.0.0" "xgboost<2.1.0" pytest-cov==2.4.0 python-coveralls codacy-coverage # TODO remove numpy version limit
9696
pip list
9797
- name: Test with pytest
9898
run: |

0 commit comments

Comments
 (0)