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 0b78204 commit 0eb2ad4Copy full SHA for 0eb2ad4
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "anonymeter"
10
-version = "0.0.1"
+version = "0.1.0"
11
authors = [
12
{ name="Statice GmbH", email="[email protected]" },
13
]
@@ -22,15 +22,15 @@ classifiers = [
22
23
24
dependencies = [
25
- "scikit-learn==1.1.1",
+ "scikit-learn==1.2.0",
26
"numpy==1.22.4",
27
- "pandas==1.4.3",
+ "pandas==1.4.4",
28
"numexpr==2.8.3",
29
- "joblib==1.1.0",
30
- "numba==0.55.2",
+ "joblib==1.2.0",
+ "numba>=0.55.2",
31
"python-stdnum==1.11",
32
- "regex==2022.6.2",
33
- "matplotlib==3.5.2",
+ "regex==2022.10.31",
+ "matplotlib==3.7.0",
34
35
36
[project.optional-dependencies]
0 commit comments