-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release numpy upper bound for version testing * Remove upper numpy bound from pyproject.toml * Drop support for python 3.6 * Bump version to 0.11.2
- Loading branch information
1 parent
89df4b8
commit 73e8861
Showing
4 changed files
with
7 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
__description__ = 'The pre- and post-processing functions module for ' \ | ||
'deepcell-tf.' | ||
__url__ = 'https://github.com/vanvalenlab/deepcell-toolbox' | ||
__version__ = '0.11.1' | ||
__version__ = '0.11.2' | ||
__author__ = 'Van Valen Lab' | ||
__author_email__ = '[email protected]' | ||
__license__ = 'LICENSE' | ||
|
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,6 +3,6 @@ | |
requires = [ | ||
"wheel", | ||
"setuptools>=40.8.0", | ||
"numpy>=1.16.6,<1.20.0", | ||
"numpy>=1.16.6", | ||
"Cython>=0.28.0" | ||
] |
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