From 8ca42101299594bb821628c9125388eb423f46cb Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:58:45 +0200 Subject: [PATCH] Apply suggestions from code review --- _requirements/devel.txt | 2 +- _requirements/docs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_requirements/devel.txt b/_requirements/devel.txt index 2dc9563f6..267878e79 100644 --- a/_requirements/devel.txt +++ b/_requirements/devel.txt @@ -3,7 +3,7 @@ virtualenv>=20.10 # pytest>=7.0, <9.0 # testing with own fork with extended cell timeout # https://github.com/Borda/nbval/archive/refs/heads/timeout-limit.zip -ipython[notebook]>=8.0.0, <8.27.0 +ipython[notebook]>=8.0.0, <9.0 urllib3 # for ipython jupytext>=1.10, <1.15 # converting papermill ==2.6.* # rendering diff --git a/_requirements/docs.txt b/_requirements/docs.txt index 8b734fb8d..615bbab44 100644 --- a/_requirements/docs.txt +++ b/_requirements/docs.txt @@ -4,7 +4,7 @@ nbsphinx >=0.8.5, <0.10 pandoc >=1.0, <2.4 #docutils >=0.16 sphinx-paramlinks >=0.5.1, <=0.6.0 -ipython[notebook] >=8.0.0, <8.27.0 +ipython[notebook] >=8.0.0, <9.0 pt-lightning-sphinx-theme @ https://github.com/Lightning-AI/lightning_sphinx_theme/archive/master.zip