Skip to content

Commit b14831c

Browse files
authored
Merge pull request #344 from pdebuyl/update_skimage
update scikit-image to 0.13
2 parents 451a8b3 + 2680994 commit b14831c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- scipy=0.19
88
- scikit-learn=0.18
99
- matplotlib=1.5
10-
- scikit-image=0.12
10+
- scikit-image=0.13
1111
- sympy=1.0
1212
- statsmodels=0.6
1313
- seaborn=0.7

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ numpy==1.11
44
scipy==0.19
55
scikit-learn==0.18
66
matplotlib==1.5
7-
scikit-image==0.12
7+
scikit-image==0.13
88
sympy==1.0
99
statsmodels==0.6
1010
seaborn==0.7

0 commit comments

Comments
 (0)