From d2dcf32fee43fe10923578698edda7e402937816 Mon Sep 17 00:00:00 2001 From: Andrei Paleyes Date: Mon, 23 Sep 2024 23:39:20 +0100 Subject: [PATCH] Install mpl differently, bring windows back --- .github/workflows/tests.yml | 2 +- requirements/requirements.txt | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 20d77d37..1ad41cde 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/requirements/requirements.txt b/requirements/requirements.txt index c1d11415..8dcb1923 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -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