Skip to content

Commit e11183d

Browse files
committed
Update docs
1 parent 958382c commit e11183d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/changelogs.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Changelog since 2.0.0:
1111
2. Create pyproject.toml and setup.cfg
1212
3. Add dependencies including `moments-popgen`, `demes` and `demesdraw` to setup - they will be automatically installed.
1313
4. Change code to work with last version of `moments`.
14-
5. Drop support for Gpy and GPyOpt bayesian optimization - class will be removed in the next releases
14+
5. Drop support for Gpy and GPyOpt bayesian optimization
1515
6. Tests for SMAC bayesian optimization does not run on GitHub Actions - need to upgrade code for the last `smac` version (TODO).
1616
7. Update params_file template
1717
8. Update docs

gadma/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
demes_available = demes is not None
8787
demesdraw_available = demesdraw is not None
8888

89-
GPy_available = GPy is not None
90-
GPyOpt_available = GPyOpt is not None
89+
#GPy_available = GPy is not None
90+
#GPyOpt_available = GPyOpt is not None
9191
bayesmark_available = bayesmark is not None
9292

9393
from .data import DataHolder, SFSDataHolder, VCFDataHolder # NOQA

0 commit comments

Comments
 (0)