From 249184cc7ad7e41558231390ca748b23fcd188f6 Mon Sep 17 00:00:00 2001 From: liamhuber Date: Fri, 5 Sep 2025 06:33:35 -0700 Subject: [PATCH] Synchronize pyproject with conda forge recipe Signed-off-by: liamhuber --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 79e29272..b0463c30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [build-system] requires = [ + "bagofholding", "bidict", "cloudpickle", "executorlib", @@ -7,6 +8,8 @@ requires = [ "pandas", "pint", "pyiron_snippets", + "rdflib", + "semantikon", "toposort", "typeguard", "setuptools>=68.0.0",