From 11e35a2c89ade475c30ec94d9bd0ba4532c2d7b2 Mon Sep 17 00:00:00 2001 From: Jas Kalayan Date: Fri, 25 Sep 2026 17:03:26 +0100 Subject: [PATCH 1/2] update dependency name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b643032..1113239 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "rdkit>=2025.9.5", "linkml==1.11.1", "xxhash>=3.6,<5", - "biosim_schema>=1.0,<2.0", + "biosim-schema>=1.0,<2.0", ] [project.urls] From 434a97f5168fcfb8ae74c1c06930e1e73e912689 Mon Sep 17 00:00:00 2001 From: Jas Kalayan Date: Fri, 25 Sep 2026 19:28:24 +0100 Subject: [PATCH 2/2] include schema in conda dependencies --- conda-recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index d438932..716353b 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -31,6 +31,7 @@ requirements: - rdkit >=2025.9.5,<2026 - linkml >=1.11.1,<2.0 - python-xxhash >=3.6,<5.0 + - biosim-schema >=1.0,<2.0 test: imports: