Skip to content

Commit

Permalink
Install mpl differently, bring windows back (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleyes authored Sep 24, 2024
1 parent 2de6ef7 commit 3deac5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

steps:
Expand Down
7 changes: 4 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ setuptools>=40.8.0
# until GPy is updated we need to avoid 1.24 or higher
numpy>=1.23
# This is unfortunate - we don't need matplotlib
# but until GPy and GPyOpt get their dependencies straight
# we need GPy's plotting extra to ensure smooth installation
GPy[plotting]>=1.13.0
# but until GPy gets its dependencies straight
# we need matplotlib to ensure smooth installation
matplotlib>=3.9
GPy>=1.13.0
emcee>=2.2.1
scipy>=1.1.0

0 comments on commit 3deac5f

Please sign in to comment.