-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* close issue #97 replaces the 'selem' kwarg for the scikit-image binary closing method with the new 'footprint' argument. sets the minimum version for scikit-image to 0.19 in the requirements.txt file which is the first version that has the 'footprint' argument. * Update build.yml update python versions in CI builds
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ scipy>=1.5 | |
netCDF4 | ||
pyyaml>=5.1 | ||
Shapely | ||
scikit-image | ||
scikit-image>=0.19 | ||
xarray | ||
pooch | ||
numba | ||
|