Skip to content

Commit 40d2479

Browse files
authored
restrict matplotlib version (#482)
1 parent a331349 commit 40d2479

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Changelog
22
=========
33

4+
- Restrict matplotlib version < 3.9 for compatibility with GPy
45
- Add option to use additive or multiplicative adjustment in any acquisition method
56
- Add `arziv`-mocking to rtd-setup
67
- Add convenience method for obtaining elfi samples as `InferenceData`` to be used with `arviz`

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dask[distributed]>=2.30.0
22
numpy>=1.12.1
33
scipy>=0.19
4-
matplotlib>=1.1
4+
matplotlib>=1.1,<3.9
55
GPy>=1.0.9
66
networkX>=2.0
77
ipyparallel>=6
88
toolz>=0.8
99
scikit-learn>=0.18.1
1010
numdifftools>=0.9
1111
arviz>=0.12.1
12-
setuptools>=69
12+
setuptools>=69

0 commit comments

Comments
 (0)