Skip to content

Commit 6c8efd7

Browse files
committed
add pyensmallen to config.py
1 parent b3104f7 commit 6c8efd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/optimagic/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def _is_installed(module_name: str) -> bool:
3939
IS_IMINUIT_INSTALLED = _is_installed("iminuit")
4040
IS_NEVERGRAD_INSTALLED = _is_installed("nevergrad")
4141
IS_BAYESOPT_INSTALLED = _is_installed("bayes_opt")
42+
IS_PYENSMALLEN_INSTALLED= _is_installed("pyensmallen")
4243

4344

4445
# ======================================================================================

0 commit comments

Comments
 (0)