From 6cda7dca126604e8fe0cab7a2b1a1ed5c8037041 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Thu, 9 Apr 2026 09:00:42 +0100 Subject: [PATCH] chore: remove pyprojroot dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No longer needed — workspace notebooks now use autoconf.setup_notebook() which finds the workspace root without pyprojroot. Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 493e318ef..700f7d9da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,6 @@ dependencies = [ "gprof2dot==2021.2.21", "matplotlib", "numpydoc>=1.0.0", - "pyprojroot==0.2.0", "pyswarms==1.3.0", "h5py>=3.11.0", "SQLAlchemy==2.0.32",