We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36113e8 commit 79b63a6Copy full SHA for 79b63a6
1 file changed
pyproject.toml
@@ -3,17 +3,17 @@ line-length=79
3
4
[tool.poetry]
5
name = "tweetopic"
6
-version = "0.3.0"
+version = "0.4.0"
7
description = "Topic modelling over short texts"
8
authors = ["Márton Kardos <power.up1163@gmail.com>"]
9
license = "MIT"
10
readme = "README.md"
11
12
[tool.poetry.dependencies]
13
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"
+numpy = ">=1.22,<1.27.0"
+numba = ">=0.58.1"
+scikit-learn = ">=1.1.1,<1.4.0"
17
joblib = ">=1.1.0"
18
deprecated = ">=1.2.0"
19
tqdm = ">=4.64.0"
0 commit comments