Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
noscode committed Nov 6, 2024
1 parent 958382c commit e11183d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/changelogs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Changelog since 2.0.0:
2. Create pyproject.toml and setup.cfg
3. Add dependencies including `moments-popgen`, `demes` and `demesdraw` to setup - they will be automatically installed.
4. Change code to work with last version of `moments`.
5. Drop support for Gpy and GPyOpt bayesian optimization - class will be removed in the next releases
5. Drop support for Gpy and GPyOpt bayesian optimization
6. Tests for SMAC bayesian optimization does not run on GitHub Actions - need to upgrade code for the last `smac` version (TODO).
7. Update params_file template
8. Update docs
Expand Down
4 changes: 2 additions & 2 deletions gadma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
demes_available = demes is not None
demesdraw_available = demesdraw is not None

GPy_available = GPy is not None
GPyOpt_available = GPyOpt is not None
#GPy_available = GPy is not None
#GPyOpt_available = GPyOpt is not None
bayesmark_available = bayesmark is not None

from .data import DataHolder, SFSDataHolder, VCFDataHolder # NOQA
Expand Down

0 comments on commit e11183d

Please sign in to comment.