From a6bf0ea75c2466f81787cb8fbb3fb613ef093904 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Fri, 8 Sep 2023 16:08:34 -0400 Subject: [PATCH] TMP: Use unmerged synphot for devdeps. MNT: Bump synphot minversion. --- CHANGES.rst | 3 ++- setup.cfg | 2 +- tox.ini | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b6b871b..890c1fa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,8 @@ - Compatibility with ``numpy`` 2.0. [#181] - Bumped minimum supported versions for Python to 3.9, - ``numpy`` to 1.20, ``astropy`` to 5.0, and ``scipy`` to 1.6. [#181] + ``numpy`` to 1.20, ``astropy`` to 5.0, ``scipy`` to 1.6, + and ``synphot`` to 1.1. [#181] 1.2.0 (2023-03-20) ================== diff --git a/setup.cfg b/setup.cfg index 6fa9fc2..1672c81 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ install_requires = numpy>=1.20 astropy>=5 scipy>=1.6 - synphot>=1.0 + synphot>=1.1 beautifulsoup4 python_requires = >=3.9 diff --git a/tox.ini b/tox.ini index 4c3df4d..ca508a1 100644 --- a/tox.ini +++ b/tox.ini @@ -43,14 +43,14 @@ deps = oldestdeps: scipy==1.6.* oldestdeps: astropy==5.0.* oldestdeps: asdf==2.14.* - oldestdeps: synphot==1.0.* + oldestdeps: synphot==1.1.* # The devdeps factor is intended to be used to install the latest developer version # or nightly wheel of key dependencies. devdeps: numpy>=0.0.dev0 devdeps: scipy>=0.0.dev0 devdeps: astropy>=0.0.dev0 - devdeps: git+https://github.com/spacetelescope/synphot_refactor.git@master#egg=synphot + devdeps: git+https://github.com/pllim/synphot_refactor.git@npy2-and-friends#egg=synphot cov: pytest-cov