Skip to content

Commit

Permalink
restrict matplotlib version (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
uremes authored May 30, 2024
1 parent a331349 commit 40d2479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changelog
=========

- Restrict matplotlib version < 3.9 for compatibility with GPy
- Add option to use additive or multiplicative adjustment in any acquisition method
- Add `arziv`-mocking to rtd-setup
- Add convenience method for obtaining elfi samples as `InferenceData`` to be used with `arviz`
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dask[distributed]>=2.30.0
numpy>=1.12.1
scipy>=0.19
matplotlib>=1.1
matplotlib>=1.1,<3.9
GPy>=1.0.9
networkX>=2.0
ipyparallel>=6
toolz>=0.8
scikit-learn>=0.18.1
numdifftools>=0.9
arviz>=0.12.1
setuptools>=69
setuptools>=69

0 comments on commit 40d2479

Please sign in to comment.