pythonPackages.tifffile: 2018.10.18 -> 0.15.1
Downgrade package. 2018.XX.XX are not official releases? Fixes dask-image build as well.
This commit is contained in:
parent
d39d85c0b2
commit
f5ce8aface
1 changed files with 5 additions and 2 deletions
|
@ -3,11 +3,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "tifffile";
|
||||
version = "2018.10.18";
|
||||
# 2018.10.18 and 2018.11.6 are not releases...?
|
||||
# https://github.com/blink1073/tifffile/issues/54
|
||||
# anaconda uses 0.15.1
|
||||
version = "0.15.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "9ca8ee9a54d10d2b38ec262cc65abb687f38c34aa9cda23bb22077cd48a9b1ff";
|
||||
sha256 = "1fbb2cfd57fd8e42e417bc29001a17f319701f1be00e0b8a0004a52da93f1b08";
|
||||
};
|
||||
|
||||
checkInputs = [ nose ];
|
||||
|
|
Loading…
Reference in a new issue