We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a331349 commit 40d2479Copy full SHA for 40d2479
CHANGELOG.rst
@@ -1,6 +1,7 @@
1
Changelog
2
=========
3
4
+- Restrict matplotlib version < 3.9 for compatibility with GPy
5
- Add option to use additive or multiplicative adjustment in any acquisition method
6
- Add `arziv`-mocking to rtd-setup
7
- Add convenience method for obtaining elfi samples as `InferenceData`` to be used with `arviz`
requirements.txt
@@ -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
8
toolz>=0.8
9
scikit-learn>=0.18.1
10
numdifftools>=0.9
11
arviz>=0.12.1
12
-setuptools>=69
+setuptools>=69
0 commit comments