Skip to content

Commit

Permalink
TMP: Use unmerged synphot for devdeps.
Browse files Browse the repository at this point in the history
MNT: Bump synphot minversion.
  • Loading branch information
pllim committed Sep 8, 2023
1 parent 262e504 commit a6bf0ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==================
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a6bf0ea

Please sign in to comment.