Skip to content

Commit

Permalink
Transition to pyproject
Browse files Browse the repository at this point in the history
Signed-off-by: bilal-aamer <[email protected]>
  • Loading branch information
bilal-aamer committed Dec 13, 2023
1 parent 1666baa commit 4707ab2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[project]
name = "opensearch-py-ml"
description = "OpenSearch Python Machine Learning Library"
readme = "README.md"
requires-python = ">=3.8"
license = {file = "LICENSE.txt"}
dependencies = [
"opensearch-py>=2",
"pandas>=1.5,<3",
"matplotlib>=3.6.0,<4",
"numpy>=1.24.0,<2",
"deprecated>=1.2.14,<2",
]

# ToDo: get from "about" dict in setup.py
[project.urls]
homepage = "https://opensearch-project.github.io/opensearch-py-ml/index.html"
documentation = "https://opensearch.org/docs/latest/clients/opensearch-py-ml/"
repository = "https://github.com/opensearch-project/opensearch-py-ml"
changelog = "https://github.com/opensearch-project/opensearch-py-ml/blob/main/CHANGELOG.md"

0 comments on commit 4707ab2

Please sign in to comment.