Skip to content

Commit

Permalink
without mpl?
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleyes committed Apr 28, 2024
1 parent fd3bc3c commit cb8553a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install -r requirements/test_requirements.txt
pip install -r requirements/integration_test_requirements.txt -q
# work around issues with GPy setting matplotlib backend
echo 'backend: Agg' > matplotlibrc
# echo 'backend: Agg' > matplotlibrc
pip install .
- name: Unit tests
run: |
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
pip install -r requirements/requirements.txt
pip install -r requirements/test_requirements.txt
# work around issues with GPy setting matplotlib backend
echo 'backend: Agg' > matplotlibrc
# echo 'backend: Agg' > matplotlibrc
pip install .
- name: Unit tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ 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
GPy>=1.13.0
emcee>=2.2.1
scipy>=1.1.0

0 comments on commit cb8553a

Please sign in to comment.