Skip to content

Commit

Permalink
Update python-pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lixfz committed Jun 23, 2024
1 parent 156b498 commit f42ba7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -q "numpy=1.23.5" "pandas<2.0.0" "xgboost<2.1.0"
pip install -q "numpy<=1.23.5" "pandas<2.0.0" "xgboost<2.1.0"
pip install -q git+https://github.com/DataCanvasIO/Hypernets
# pip install git+https://github.com/DataCanvasIO/HyperBoard.git#subdirectory=hboard-widget
# pip install git+https://github.com/DataCanvasIO/HyperBoard.git#subdirectory=hboard
Expand Down

0 comments on commit f42ba7a

Please sign in to comment.