mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-24 20:36:23 +02:00
Merge branch 'devel' into 1078-the-init-status-in-initialize_latent
This commit is contained in:
commit
0c78b17cde
2 changed files with 15 additions and 6 deletions
19
.github/workflows/test-and-deploy.yml
vendored
19
.github/workflows/test-and-deploy.yml
vendored
|
|
@ -27,6 +27,10 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
pip install setuptools
|
||||
|
||||
- name: Install lib
|
||||
run: |
|
||||
|
|
@ -37,11 +41,6 @@ jobs:
|
|||
pip install matplotlib
|
||||
pip install pytest
|
||||
|
||||
- name: Install test dependencies
|
||||
run: |
|
||||
pip install matplotlib
|
||||
pip install pytest
|
||||
|
||||
- name: pytest
|
||||
run: |
|
||||
pytest GPy/testing
|
||||
|
|
@ -60,7 +59,11 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
pip install setuptools
|
||||
|
||||
- name: Install lib
|
||||
run: |
|
||||
python setup.py develop
|
||||
|
|
@ -88,6 +91,10 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install setuptools
|
||||
|
||||
- name: Install lib
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
|
||||
* update dependencies to `numpy>=1.7.0,<2.0.0`
|
||||
|
||||
* update dependencies to `numpy>=1.7.0,<2.0.0`
|
||||
|
||||
* update import in `.plotting.matplot_dep.defaults` due to change in matplotlib
|
||||
|
||||
* Correct dl_dm term in student t inference #1065
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue