-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to
brainreg 1.0.0
, and brainreg-segment
-> `brainglobe-seg…
…mentation`. (#32) * Update brainreg to v1.0.0, remove brainreg-napari references, and update brainreg-segment to brainglobe-segmentation * Force-fetch brainreg's napari plugin * Drop py3.8 support
- Loading branch information
1 parent
db82e18
commit 6eef175
Showing
6 changed files
with
8 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "brainglobe" | |
authors = [{ name = "BrainGlobe", email = "[email protected]" }] | ||
description = "Python-based tools for computational neuroanatomy." | ||
readme = "README.md" | ||
requires-python = ">=3.8.0" | ||
requires-python = ">=3.9.0" | ||
dynamic = ["version"] | ||
|
||
license = { text = "BSD-3-Clause" } | ||
|
@@ -24,16 +24,15 @@ dependencies = [ | |
"bg-space>=0.5.0", | ||
"brainglobe-utils", | ||
"bg-atlasapi>=1.0.0", | ||
"brainreg", | ||
"brainreg[napari]>=1.0.0", | ||
# brainglobe-napari [WIP], | ||
"imio", | ||
"cellfinder-core>=0.3", | ||
"morphapi>=0.1.3.0", | ||
"brainglobe-napari-io", | ||
# bg-atlasgen [LOCAL ONLY], | ||
"brainreg-segment>=0.0.2", | ||
"brainglobe-segmentation>=1.0.0", | ||
"cellfinder-napari", | ||
"brainreg-napari", | ||
"cellfinder", | ||
] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters