Merge branch 'model-selection-integration' into model-selection-bayestree

release/4.3a0
Varun Agrawal 2024-06-28 11:02:36 -04:00
commit 547cb086a9
3 changed files with 7 additions and 7 deletions

View File

@ -109,7 +109,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1 uses: ilammy/msvc-dev-cmd@v1
with: with:
arch: x${{matrix.platform}} arch: x${{matrix.platform}}
toolset: 14.2 toolset: 14.40
- name: cl version (Windows) - name: cl version (Windows)
if: runner.os == 'Windows' if: runner.os == 'Windows'
@ -117,7 +117,7 @@ jobs:
run: cl run: cl
- name: Setup python (Windows) - name: Setup python (Windows)
uses: actions/setup-python@v4 uses: actions/setup-python@v5
if: runner.os == 'Windows' if: runner.os == 'Windows'
with: with:
python-version: ${{ matrix.python_version }} python-version: ${{ matrix.python_version }}

View File

@ -50,7 +50,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1 uses: ilammy/msvc-dev-cmd@v1
with: with:
arch: x${{ matrix.platform }} arch: x${{ matrix.platform }}
toolset: 14.2 toolset: 14.40
- name: cl version - name: cl version
shell: cmd shell: cmd

View File

@ -1 +1 @@
numpy>=1.11.0 numpy>=1.11.0,<2.0.0