Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump scikit-image from 0.21.0 to 0.22.0 #35

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
astropy==5.3.3
lightning==2.0.9.post0
scikit-image==0.21.0
scikit-image==0.22.0
scipy==1.11.3
torch==2.1.0
torchvision==0.16.0
5 changes: 1 addition & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ numpy==1.26.0
# lightning
# pyerfa
# pytorch-lightning
# pywavelets
# scikit-image
# scipy
# tifffile
Expand Down Expand Up @@ -193,8 +192,6 @@ pytorch-lightning==2.0.9.post0
# via lightning
pytz==2023.3.post1
# via dateutils
pywavelets==1.4.1
# via scikit-image
pyyaml==6.0.1
# via
# astropy
Expand All @@ -212,7 +209,7 @@ rich==13.6.0
# via
# lightning
# lightning-cloud
scikit-image==0.21.0
scikit-image==0.22.0
# via -r requirements.in
scipy==1.11.3
# via
Expand Down
Loading