Skip to content

Commit

Permalink
use individual version
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <[email protected]>
  • Loading branch information
ab93 committed Jun 13, 2024
1 parent 326dce0 commit 7027f0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libs/numalogic-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "numalogic"
# version = "0.12.0.dev1"
version = "0.12.0.dev1"
description = "Collection of operational Machine Learning models and tools."
authors = [
{name = "Numalogic Developers"}
Expand All @@ -25,15 +25,14 @@ classifiers = [
"Programming Language :: Python :: 3.12"
]
requires-python = ">= 3.9"
dynamic = ["version", "dependencies", "optional-dependencies"]
dynamic = ["dependencies", "optional-dependencies"]

[project.urls]
Repository = "https://github.com/numaproj/numalogic"
Documentation = "https://numalogic.numaproj.io/"
Homepage = "https://numalogic.numaproj.io/"

[tool.setuptools.dynamic]
version = {file = "../VERSION"}
dependencies = {file = ["requirements/requirements.txt"]}
optional-dependencies = {dev = { file = ["requirements/requirements-dev.txt"] }, jupyter = { file = ["requirements/requirements-nb.txt"] }}

Expand Down

0 comments on commit 7027f0d

Please sign in to comment.