Skip to content

Commit

Permalink
fix dependencies version problem with scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
fonhorst committed Jun 8, 2024
1 parent dae67aa commit 069fe1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand All @@ -25,7 +25,7 @@ PyYAML = "5.3.1"
dataclasses-json = "*"
mlflow = "*"
click = "8.0.1"
scipy = "*"
scipy = "<=1.10.1"
hyperopt = "*"
pymystem3 = "*"
nltk = "*"
Expand Down

0 comments on commit 069fe1f

Please sign in to comment.