Skip to content

Commit

Permalink
Updated dependency definition for notebook-connector and changes file
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Sep 10, 2024
1 parent 4d3467e commit e1c3884
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions doc/changes/changes_3.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,21 @@ This release updates jupyterlab to version `4.2.5`, applies some fixes to the Ju
- Ibis notebook: added a link to this notebook on the front page;
- Configuration: added internal bucket-fs host name and port;
- Upgraded jupyterlab to 4.2.5.

## Dependency Updates

### `pyproject.toml`

* Updated dependency `boto3:1.35.2` to `1.35.11`
* Updated dependency `rich:13.7.1` to `13.8.0`
* Updated dependency `pygithub:2.3.0` to `2.4.0`
* Updated dependency `cfn-lint:1.10.3` to `1.12.1`
* Updated dependency `localstack:3.6.0` to `3.7.1`

### `jupyter_requirements.txt`

* Updated dependency `jupyterlab:4.1.1` to `4.2.5`

### `notebook_requirements.txt`

* Updated dependency `exasol-notebook-connector:0.2.9` to `0.3.0`
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ scikit-learn==1.5.1 # required for notebook sklearn
matplotlib==3.7.4 # required for notebook sklearn
jupysql==0.10.10 # required for multiple notebooks
stopwatch.py>=2.0.1 # also required by ITDE
exasol-notebook-connector>=0.3.0
exasol-notebook-connector==0.3.0
pickleshare==0.7.5 # See https://github.com/exasol/ai-lab/issues/291 for details.
ipyfilechooser==0.6.0 # required for SLC notebooks
ipywidgets==8.1.1 # enable interactive Javascript widgets in the notebooks

0 comments on commit e1c3884

Please sign in to comment.