Skip to content

Commit f42ba7a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
python -m pip install --upgrade pip
41-
pip install -q "numpy=1.23.5" "pandas<2.0.0" "xgboost<2.1.0"
41+
pip install -q "numpy<=1.23.5" "pandas<2.0.0" "xgboost<2.1.0"
4242
pip install -q git+https://github.com/DataCanvasIO/Hypernets
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

0 commit comments

Comments
 (0)