From 61875a2c78bece8d0d7255b4b6cef5b9b1919f12 Mon Sep 17 00:00:00 2001 From: Pey Lian Lim <2090236+pllim@users.noreply.github.com> Date: Mon, 3 Aug 2020 12:29:59 -0400 Subject: [PATCH] Fix conda build --- CHANGES.rst | 5 +++++ setup.cfg | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index d5b9deb7..73f79ac3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ 1.1.0 (unreleased) ================== +1.0.1 (2020-08-03) +================== + +- Fix for ``conda`` build. Does not affect functionalities. [#279] + 1.0.0 (2020-07-31) ================== diff --git a/setup.cfg b/setup.cfg index 07251c0f..374c4c35 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,11 +39,7 @@ classifiers = packages = find: zip_safe = False setup_requires = - setuptools setuptools_scm - wheel - oldest-supported-numpy - extension-helpers install_requires = numpy>=1.16 astropy>=3