Skip to content

Commit c3dddef

Browse files
pyup-botJonathan DEKHTIAR
authored andcommitted
PyUP - Dependency Update Scheduled daily dependency update on tuesday (#656)
* Pin scikit-image to latest version 0.14.0 * Update requirements.txt * Update CHANGELOG.md
1 parent 23f0073 commit c3dddef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ To release a new version, please update the changelog as followed:
120120
### Dependencies Update
121121
- Update pytest from 3.5.1 to 3.6.0 (by @DEKHTIARJonathan and @pyup-bot in #647)
122122
- Update progressbar2 from 3.37.1 to 3.38.0 (by @DEKHTIARJonathan and @pyup-bot in #651)
123+
- Update scikit-image from 0.13.1 to 0.14.0 (by @DEKHTIARJonathan and @pyup-bot in #656)
123124

124125
### Contributors
125126
@lgarithm @DEKHTIARJonathan @2wins @One-sixth @zsdonghao

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
matplotlib>=2.2,<2.3
22
numpy>=1.14,<1.15
33
progressbar2>=3.38,<3.39
4-
scikit-image>=0.13,<0.14
4+
scikit-image>=0.14,<0.15
55
scipy>=1.1,<1.2
66
imageio>=2.3,<2.4

0 commit comments

Comments
 (0)