diff --git a/python/libraft/pyproject.toml b/python/libraft/pyproject.toml index 8ef419282c..acf87990a3 100644 --- a/python/libraft/pyproject.toml +++ b/python/libraft/pyproject.toml @@ -28,7 +28,7 @@ readme = { file = "README.md", content-type = "text/markdown" } authors = [ { name = "NVIDIA Corporation" }, ] -license = { text = "Apache 2.0" } +license = "Apache-2.0" requires-python = ">=3.10" dependencies = [ "librmm==25.4.*,>=0.0.0a0", diff --git a/python/pylibraft/pyproject.toml b/python/pylibraft/pyproject.toml index dc9a6e8d99..fa5ca684d3 100644 --- a/python/pylibraft/pyproject.toml +++ b/python/pylibraft/pyproject.toml @@ -28,7 +28,7 @@ readme = { file = "README.md", content-type = "text/markdown" } authors = [ { name = "NVIDIA Corporation" }, ] -license = { text = "Apache 2.0" } +license = "Apache-2.0" requires-python = ">=3.10" dependencies = [ "cuda-python", diff --git a/python/raft-dask/pyproject.toml b/python/raft-dask/pyproject.toml index 49f9ba5252..13af706bcc 100644 --- a/python/raft-dask/pyproject.toml +++ b/python/raft-dask/pyproject.toml @@ -28,7 +28,7 @@ readme = { file = "README.md", content-type = "text/markdown" } authors = [ { name = "NVIDIA Corporation" }, ] -license = { text = "Apache 2.0" } +license = "Apache-2.0" requires-python = ">=3.10" dependencies = [ "dask-cuda==25.4.*,>=0.0.0a0",