Skip to content

Commit 79b63a6

Browse files
Bumped dependencies and version
1 parent 36113e8 commit 79b63a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ line-length=79
33

44
[tool.poetry]
55
name = "tweetopic"
6-
version = "0.3.0"
6+
version = "0.4.0"
77
description = "Topic modelling over short texts"
88
authors = ["Márton Kardos <power.up1163@gmail.com>"]
99
license = "MIT"
1010
readme = "README.md"
1111

1212
[tool.poetry.dependencies]
1313
python = ">=3.8.0"
14-
numpy = ">=1.19,<1.24.0"
15-
numba = ">=0.56.0"
16-
scikit-learn = ">=1.1.1,<1.3.0"
14+
numpy = ">=1.22,<1.27.0"
15+
numba = ">=0.58.1"
16+
scikit-learn = ">=1.1.1,<1.4.0"
1717
joblib = ">=1.1.0"
1818
deprecated = ">=1.2.0"
1919
tqdm = ">=4.64.0"

0 commit comments

Comments
 (0)