-
Notifications
You must be signed in to change notification settings - Fork 39
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 v1 compliance (#255)
* Update to brainreg v1 compliance * Drop py3.8, add py3.11 * cellfinder-core (tensorflow <2.12) does not support py3.11
- Loading branch information
1 parent
21f724b
commit 0d517ed
Showing
6 changed files
with
8 additions
and
9 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 = "cellfinder" | |
description = "Automated 3D cell detection and registration of whole-brain images" | ||
readme = "README.md" | ||
license = { file = "LICENSE" } | ||
requires-python = ">=3.8" | ||
requires-python = ">=3.9" | ||
authors = [ | ||
{ name = "Adam Tyson", email = "[email protected]" }, | ||
{ name = "Christian Niedworok" }, | ||
|
@@ -22,7 +22,7 @@ classifiers = [ | |
"Intended Audience :: Science/Research", | ||
] | ||
dependencies = [ | ||
"brainreg", | ||
"brainreg>=1.0.0", | ||
"cellfinder-core>=0.2.4", | ||
"configobj", | ||
"fancylog>=0.0.7", | ||
|
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