From 827aa35b98958c36ad4235b4505ea487be4fe86f Mon Sep 17 00:00:00 2001 From: "Mark A. Miller" Date: Thu, 12 Dec 2024 13:48:55 -0500 Subject: [PATCH] dev dependencies --- poetry.lock | 2 +- pyproject.toml | 23 +++++++++++------------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index 06f9b2d1..f2cd7ac5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6553,4 +6553,4 @@ docs = [] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "0f1a5d7122247aa63a2ba3bc4b83fea2a3648aaab35da11c832c2a314328789a" +content-hash = "73bc91ecb5b566a38d3e80d1b4562ad31a616a6d2079235061639e70a010fcee" diff --git a/pyproject.toml b/pyproject.toml index 540be6d5..ea3daab5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,27 +20,26 @@ include = [ [tool.poetry.dependencies] python = "^3.9" linkml-runtime = "^1.6.2" -scikit-learn = "^1.5.2" -duckdb = "^1.1.3" -jupyter = "^1.1.1" -pymongo = "^4.10.1" -inflection = "^0.5.1" -google-cloud-bigquery = "^3.27.0" -db-dtypes = "^1.3.1" -duckdb-engine = "^0.13.6" [tool.poetry.group.dev.dependencies] +db-dtypes = "^1.3.1" +duckdb = "^1.1.3" +duckdb-engine = "^0.13.6" exhaustion-check = "^0.1.3" +google-cloud-bigquery = "^3.27.0" +inflection = "^0.5.1" +jupyter = "^1.1.1" +jupyter-datatables = "^0.3.9" linkml = "^1.7.10" +matplotlib = "^3.9.2" mkdocs-material = "^9.1.2" mkdocs-mermaid2-plugin = "^0.6.0" -oaklib = "^0.6.1" # was using https://pypi.org/project/oaklib/0.5.6/ up to 2024-12-10 +oaklib = "^0.6.1" # was using 0.5.6 up to 2024-12-10 +pymongo = "^4.10.1" rdflib = "^6.2.0" +scikit-learn = "^1.5.2" sheets-and-friends = "^0.5.4" -jupyter = "^1.1.1" -matplotlib = "^3.9.2" textdistance = "^4.6.3" -jupyter-datatables = "^0.3.9" [tool.poetry-dynamic-versioning] # We need poetry-dynamic-versioning to update the version in the src schema file,