Skip to content

Commit

Permalink
More flexible pinning of Jupyter optional dependencies
Browse files Browse the repository at this point in the history
See #2276.

Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
astrojuanlu committed Nov 8, 2023
1 parent d5e6a00 commit 0f54e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
black~=22.0
ipython>=7.31.1, <8.0; python_version < '3.8'
ipython~=8.10; python_version >= '3.8'
jupyter~=1.0
jupyterlab_server>=2.11.1, <2.16.0
jupyterlab~=3.0, <3.6.0
jupyterlab>=3.0
kedro~={{ cookiecutter.kedro_version}}
kedro-datasets[pandas.CSVDataset]
kedro-telemetry~=0.2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
black~=22.0
ipython~=8.10; python_version >= '3.8'
jupyter~=1.0
jupyterlab_server>=2.11.1, <2.16.0
jupyterlab~=3.0, <3.6.0
jupyterlab>=3.0
kedro~={{ cookiecutter.kedro_version }}
kedro-telemetry~=0.2.0
pytest-cov~=3.0
pytest-mock>=1.7.1, <2.0
pytest~=7.2
ruff~=0.0.290
# Pin problematic traitlets release - https://github.com/jupyter/notebook/issues/7048
traitlets<5.10.0

0 comments on commit 0f54e19

Please sign in to comment.