We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a32ba1 commit 8676303Copy full SHA for 8676303
.github/workflows/test_qlib_from_pip.yml
@@ -43,9 +43,6 @@ jobs:
43
- name: Qlib installation test
44
run: |
45
python -m pip install pyqlib
46
- # Specify the numpy version because the numpy upgrade caused the CI test to fail,
47
- # and this line of code will be removed when the next version of qlib is released.
48
- python -m pip install "numpy<1.23"
49
50
- name: Install Lightgbm for MacOS
51
if: ${{ matrix.os == 'macos-11' || matrix.os == 'macos-latest' }}
0 commit comments