Skip to content

Commit 0eb2ad4

Browse files
committed
[DAT 3122] upgrade versions of reqs
1 parent 0b78204 commit 0eb2ad4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "anonymeter"
10-
version = "0.0.1"
10+
version = "0.1.0"
1111
authors = [
1212
{ name="Statice GmbH", email="[email protected]" },
1313
]
@@ -22,15 +22,15 @@ classifiers = [
2222
]
2323

2424
dependencies = [
25-
"scikit-learn==1.1.1",
25+
"scikit-learn==1.2.0",
2626
"numpy==1.22.4",
27-
"pandas==1.4.3",
27+
"pandas==1.4.4",
2828
"numexpr==2.8.3",
29-
"joblib==1.1.0",
30-
"numba==0.55.2",
29+
"joblib==1.2.0",
30+
"numba>=0.55.2",
3131
"python-stdnum==1.11",
32-
"regex==2022.6.2",
33-
"matplotlib==3.5.2",
32+
"regex==2022.10.31",
33+
"matplotlib==3.7.0",
3434
]
3535

3636
[project.optional-dependencies]

0 commit comments

Comments
 (0)