Skip to content

Commit 29126d8

Browse files
authored
Revert "Add flatfield optional dependency with QI2lab/BaSiCPy (#14)"
This reverts commit 81a60e4.
1 parent 81a60e4 commit 29126d8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ gui = [
5555
"napari>=0.4.18",
5656
"ome-zarr>=0.8",
5757
]
58-
flatfield = [
59-
"basicpy @ git+https://github.com/QI2lab/BaSiCPy.git",
60-
"matplotlib>=3.5",
61-
]
6258
dev = [
6359
"pytest>=7.0",
6460
"pytest-cov>=4.0",
@@ -67,7 +63,7 @@ dev = [
6763
"mypy>=1.0",
6864
]
6965
all = [
70-
"tilefusion[gpu,gui,flatfield,dev]",
66+
"tilefusion[gpu,gui,dev]",
7167
]
7268

7369
[project.scripts]

0 commit comments

Comments
 (0)