-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
79 changed files
with
2,010 additions
and
1,195 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 |
---|---|---|
@@ -1,30 +1,27 @@ | ||
# The following requirement is here because networkx restricts the version | ||
# of decorator. Since pip is not a full dependency solver, it has already | ||
# installed decorator before networkx is installed, and bombs after the | ||
# fact. | ||
decorator < 5.0 | ||
click | ||
dataclasses==0.6 | ||
# docutils introduces an AttributeError: module 'docutils.nodes' has no attribute 'reprunicode' | ||
docutils<0.21 | ||
h5py | ||
jsonschema | ||
matplotlib | ||
numpy != 1.13.0, >= 1.20.0 | ||
pandas >= 0.23.4 | ||
# jsonschema 4.18.0 made RefResolver deprecated | ||
jsonschema<4.18 | ||
# matplotlib 3.8 changes colormap module | ||
matplotlib<3.8 | ||
# pinning mistune for m2r2 in CI requirements | ||
mistune==0.8.4 | ||
# numpy 2.0 breaks code and migration requires additional work | ||
numpy<2 | ||
read_roi | ||
regional | ||
semantic_version | ||
# 0.16.[012] are excluded because https://github.com/scikit-image/scikit-image/pull/3984 introduced | ||
# a bug into max peak finder. 0.16.3 presumably will have the fix from | ||
# https://github.com/scikit-image/scikit-image/pull/4263. | ||
scikit-image | ||
# scikit-image is temporarily pinned as newer versions require updating module imports | ||
scikit-image==0.21 | ||
scikit-learn | ||
scipy | ||
showit >= 1.1.4 | ||
slicedimage==4.1.1 | ||
sympy ~= 1.5.0 | ||
urllib3 <1.27, >=1.25.4 | ||
seaborn | ||
semantic_version | ||
showit | ||
slicedimage | ||
sympy | ||
tqdm | ||
trackpy | ||
validators | ||
xarray >= 0.14.1 | ||
ipywidgets | ||
# xarray 2023.09 causses a ValueError: new dimensions ('y', 'x') must be a superset of existing dimensions ('dim_0', 'dim_1') | ||
xarray<2023.09 |
Oops, something went wrong.