From 4b72cd32fc39653c3776a31f7762bdf0fdd2105e Mon Sep 17 00:00:00 2001 From: Ricky O'Steen Date: Tue, 2 May 2023 13:07:48 -0400 Subject: [PATCH] Add note about python 3.8 and remove ipython pin --- docs/index.rst | 5 +++++ setup.cfg | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index f97d3aebae..b87827979d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 diff --git a/setup.cfg b/setup.cfg index 2b65d91a56..1cb277913d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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