summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAlexander <lebastr@gmail.com>2018-01-13 21:12:56 +0300
committerJörg Thalheim <Mic92@users.noreply.github.com>2018-01-13 18:12:56 +0000
commit6ccb554f3b9f96834e9af313cdfd69b971fd35fa (patch)
treef2742946426e8350e62c32ae4940b2a6eee572b3 /pkgs/top-level
parentfa3aec7e4dc1292fa0fee0319b7efec04c68fde6 (diff)
downloadnixpkgs-6ccb554f3b9f96834e9af313cdfd69b971fd35fa.tar
nixpkgs-6ccb554f3b9f96834e9af313cdfd69b971fd35fa.tar.gz
nixpkgs-6ccb554f3b9f96834e9af313cdfd69b971fd35fa.tar.bz2
nixpkgs-6ccb554f3b9f96834e9af313cdfd69b971fd35fa.tar.lz
nixpkgs-6ccb554f3b9f96834e9af313cdfd69b971fd35fa.tar.xz
nixpkgs-6ccb554f3b9f96834e9af313cdfd69b971fd35fa.tar.zst
nixpkgs-6ccb554f3b9f96834e9af313cdfd69b971fd35fa.zip
tifffile: init at 0.13.0 (#33750)
* tifffile: init at v0.13.0

* python.pkgs.tifffile: actually run tests
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index fec2e3fd493..2ec70db9377 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -17779,6 +17779,8 @@ in {
 
   tiros = callPackage ../development/python-modules/tiros { };
 
+  tifffile = callPackage ../development/python-modules/tifffile { };
+    
   # Tkinter/tkinter is part of the Python standard library.
   # The Python interpreters in Nixpkgs come without tkinter by default.
   # To make the module available, we make it available as any other