From 29126d84d2b001c6b50bd56eb2b1e674d2466c32 Mon Sep 17 00:00:00 2001 From: hongquanli Date: Sun, 4 Jan 2026 16:36:06 -0800 Subject: [PATCH] Revert "Add flatfield optional dependency with QI2lab/BaSiCPy (#14)" This reverts commit 81a60e48688456f7bdd32c5b289e4f2a0af814e7. --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 449310e..a23145f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,10 +55,6 @@ gui = [ "napari>=0.4.18", "ome-zarr>=0.8", ] -flatfield = [ - "basicpy @ git+https://github.com/QI2lab/BaSiCPy.git", - "matplotlib>=3.5", -] dev = [ "pytest>=7.0", "pytest-cov>=4.0", @@ -67,7 +63,7 @@ dev = [ "mypy>=1.0", ] all = [ - "tilefusion[gpu,gui,flatfield,dev]", + "tilefusion[gpu,gui,dev]", ] [project.scripts]