From 9b0fb248103fea77e1972ef22f7223ac539410fc Mon Sep 17 00:00:00 2001 From: danielballan Date: Sun, 11 Oct 2015 20:33:09 -0400 Subject: [PATCH 1/3] BLD: Include slicerator in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0711146e..636db144 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(fname): cmdclass=versioneer.get_cmdclass(), description="Python Image Sequence", author="PIMS Contributors", - install_requires=['six>=1.8', 'numpy>=1.7'], + install_requires=['slicerator>=0.9.3', 'six>=1.8', 'numpy>=1.7'], author_email="dallan@pha.jhu.edu", url="https://github.com/soft-matter/pims", packages=['pims', From 59467802a1db432ba98db2d09672500171483302 Mon Sep 17 00:00:00 2001 From: danielballan Date: Sun, 11 Oct 2015 20:33:36 -0400 Subject: [PATCH 2/3] BLD: Update MANIFEST.in, which was missed in v0.3.0. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 3e541848..f4d4f80f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ include MANIFEST.in include versioneer.py -include pims/_version.py +include pims/_slicerator_version.py include setup.py include setup.cfg include license.txt From 2acc15440c75d0ee33c69be68c14e0eed705e4ee Mon Sep 17 00:00:00 2001 From: danielballan Date: Sun, 11 Oct 2015 20:34:40 -0400 Subject: [PATCH 3/3] BLD: Add slicerator to conda-recipe. --- conda-recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 38afacaa..3cbd48b6 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -20,6 +20,7 @@ requirements: run: - python + - slicerator >=0.9.3 - six >=1.8 - numpy >=1.7 - scikit-image # one of { scikit-image | matplotlib | scipy }