Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about python 3.8 and remove ipython pin #2177

Merged
merged 1 commit into from
May 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ spectra, typically the output of a multi-object spectrograph (e.g.,
JWST NIRSpec), and includes viewers for 1D and 2D spectra as well as
contextual information like on-sky views of the spectrograph slit.

.. warning::

As of ``jdaviz`` version 3.5, python 3.8 is no longer supported. Please use python 3.9 or
greater to get the latest bug fixes and feature additions for ``jdaviz``.

.. note::

``jdaviz`` is one tool that is part of STScI's larger
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ install_requires =
glue-core>=1.6.0,!=v1.9.0
glue-jupyter>=0.15.0
echo>=0.5.0
ipython<8.13;python_version=='3.8'
ipykernel>=6.19.4
ipyvue>=1.6
ipyvuetify>=1.7.0
Expand Down