diff --git a/poetry.lock b/poetry.lock index d755319..b16f3b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4267,4 +4267,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "20f25f641941613b727fe7fc397ffd336ebcb647e200834986077293b442ecd4" +content-hash = "3c50f7269de4617e39998b0ba7ce01d346cfb942950196565585ed28b2b875af" diff --git a/pyproject.toml b/pyproject.toml index ac36dcb..20ef52f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "autotm" -version = "0.2.3.3" +version = "0.2.3.4" description = "Automatic hyperparameters tuning for topic models (ARTM approach) using evolutionary algorithms" authors = [ "Khodorchenko Maria ", @@ -25,7 +25,7 @@ PyYAML = "5.3.1" dataclasses-json = "*" mlflow = "*" click = "8.0.1" -scipy = "*" +scipy = "<=1.10.1" hyperopt = "*" pymystem3 = "*" nltk = "*"