-
Notifications
You must be signed in to change notification settings - Fork 910
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More flexible pinning of Jupyter optional dependencies
See #2276. Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
- Loading branch information
1 parent
d5e6a00
commit 0f54e19
Showing
2 changed files
with
2 additions
and
11 deletions.
There are no files selected for viewing
6 changes: 1 addition & 5 deletions
6
features/steps/test_starter/{{ cookiecutter.repo_name }}/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 1 addition & 6 deletions
7
kedro/templates/project/{{ cookiecutter.repo_name }}/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |