From 92e5976cc3cd411f78dd754fc37087a81057dba4 Mon Sep 17 00:00:00 2001 From: tarilabs Date: Tue, 1 Oct 2024 17:21:48 +0200 Subject: [PATCH] deps: reduce dependency tree unadvertently, `nbconvert` was not listed as dev dependency. this also in preparation for a leaner dep tree for: #17 Signed-off-by: tarilabs --- poetry.lock | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index b241568..4454231 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -2567,4 +2567,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b849acea42a74fbe7f259c4c330ca3dd2b99fe0ecf3feb5a3fa67a32663ded71" +content-hash = "528edb40f371fdf53dcda30256f6a2d5bab38f7a994dd4029e253de0ad9dd8c4" diff --git a/pyproject.toml b/pyproject.toml index 6af4c25..3f6743c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "omlmd" -version = "0.1.4" +version = "0.1.5" description = "OCI Artifact for ML model & metadata" authors = ["Matteo Mortari "] readme = "README.md" @@ -16,7 +16,6 @@ Changelog = "https://github.com/containers/omlmd/releases" python = "^3.9" oras = "^0.1.30" pyyaml = "^6.0.1" -nbconvert = "^7.16.4" click = "^8.1.7" cloup = "^3.0.5" @@ -26,6 +25,7 @@ pytest-mock = "^3.14.0" jq = "^1.7.0" scikit-learn = "^1.5.0" ipykernel = "^6.29.4" +nbconvert = "^7.16.4" markdown-it-py = "^3.0.0" model-registry = "^0.2.4a1" ruff = "^0.6.1"