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 2f3e81e commit 35dc130Copy full SHA for 35dc130
pyproject.toml
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "nodetool-lib-ml"
7
-version = "0.6.2rc4"
+version = "0.6.2rc5"
8
description = "Nodetool ML nodes"
9
readme = "README.md"
10
authors = [{ name = "Matthias Georgi", email = "[email protected]" }]
11
requires-python = ">=3.11"
12
13
dependencies = [
14
- "nodetool-core==0.6.2rc4",
+ "nodetool-core==0.6.2rc5",
15
# ML dependencies
16
"scipy==1.15.2",
17
"scikit-learn==1.6.1",
@@ -20,7 +20,7 @@ dependencies = [
20
21
[project.optional-dependencies]
22
# For exact version pinning in production
23
-stable = ["nodetool-core==0.6.2rc4"]
+stable = ["nodetool-core==0.6.2rc5"]
24
25
[tool.hatch.metadata]
26
0 commit comments