Skip to content

Commit

Permalink
Bumped dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tabdeveloping committed Jun 5, 2024
1 parent 36113e8 commit 79b63a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ line-length=79

[tool.poetry]
name = "tweetopic"
version = "0.3.0"
version = "0.4.0"
description = "Topic modelling over short texts"
authors = ["Márton Kardos <power.up1163@gmail.com>"]
license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.0"
numpy = ">=1.19,<1.24.0"
numba = ">=0.56.0"
scikit-learn = ">=1.1.1,<1.3.0"
numpy = ">=1.22,<1.27.0"
numba = ">=0.58.1"
scikit-learn = ">=1.1.1,<1.4.0"
joblib = ">=1.1.0"
deprecated = ">=1.2.0"
tqdm = ">=4.64.0"
Expand Down

0 comments on commit 79b63a6

Please sign in to comment.