diff --git a/src/poli/objective_repository/ehrlich/register.py b/src/poli/objective_repository/ehrlich/register.py index 8f7d961..366ce54 100644 --- a/src/poli/objective_repository/ehrlich/register.py +++ b/src/poli/objective_repository/ehrlich/register.py @@ -110,7 +110,7 @@ def __init__( ): warnings.warn( "The EhrlichBlackBox class is deprecated and will be removed in a future version. " - " Please use EhrlichHoloBlackBox after installing with pip install poli[ehrlich].", + " Please use EhrlichHoloBlackBox after installing with pip install poli-core[ehrlich].", DeprecationWarning, ) @@ -444,7 +444,7 @@ def create( """ warnings.warn( "The EhrlichProblemFactory class is deprecated and will be removed in a future version. " - " Please use EhrlichHoloProblemFactory after installing with pip install poli[ehrlich].", + " Please use EhrlichHoloProblemFactory after installing with pip install poli-core[ehrlich].", DeprecationWarning, ) if seed is not None: