Skip to content

Commit

Permalink
deps: reduce dependency tree (#20)
Browse files Browse the repository at this point in the history
unadvertently, `nbconvert` was not listed as dev dependency.

this also in preparation for a leaner dep tree for: #17

Signed-off-by: tarilabs <matteo.mortari@gmail.com>
  • Loading branch information
tarilabs authored Oct 1, 2024
1 parent 81ff1e6 commit 6944b4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <matteo.mortari@gmail.com>"]
readme = "README.md"
Expand All @@ -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"

Expand All @@ -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"
Expand Down

0 comments on commit 6944b4c

Please sign in to comment.