From 08d9e4eda5b051a54c5aa91ad27e05cc60a6d6e2 Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Sun, 18 Feb 2018 18:28:46 +0100 Subject: [PATCH] Require numina>=0.15 in setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fffb1e27..5bbc706d 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'numpy', 'astropy >= 1.0', 'scipy', - 'numina >= 0.14', + 'numina >= 0.15', 'scikit-image', 'enum34;python_version<"3.4"', ], @@ -56,6 +56,7 @@ "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", 'Development Status :: 3 - Alpha', "Environment :: Other Environment", "Intended Audience :: Science/Research",