summaryrefslogtreecommitdiffstats
path: root/components/ml-prediction-ms/pyproject.toml
diff options
context:
space:
mode:
authorsendil kumar Jaya kumar <sendil.kumar@wipro.com>2022-03-03 15:15:05 +0530
committersendil kumar Jaya kumar <sendil.kumar@wipro.com>2023-03-31 12:32:53 +0530
commit93d9a28ba317475083a367d040ab606d6576fb03 (patch)
treec231446eb527ceb9397bce857c8b3dad10b617ce /components/ml-prediction-ms/pyproject.toml
parent5f69c24ad78121a2840b5299583791e557f8b535 (diff)
Add ml-prediction-ms with basic build infrastruct.
Added offline training code, along with ml slice prediction model, The main ml-prediction-ms component code changes are added to perform prediction on single slice. Issue-ID: DCAEGEN2-3067 Signed-off-by: sendil kumar Jaya kumar <sendil.kumar@wipro.com> Change-Id: Ia2e50dcbd97d03a96884a2bf5417edbf2fa04b4a
Diffstat (limited to 'components/ml-prediction-ms/pyproject.toml')
-rwxr-xr-xcomponents/ml-prediction-ms/pyproject.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/components/ml-prediction-ms/pyproject.toml b/components/ml-prediction-ms/pyproject.toml
new file mode 100755
index 00000000..bf54bd47
--- /dev/null
+++ b/components/ml-prediction-ms/pyproject.toml
@@ -0,0 +1,6 @@
+[build-system]
+requires = [
+ "setuptools >= 35.0.2",
+ "setuptools_scm >= 2.0.0, <3"
+]
+build-backend = "setuptools.build_meta"