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