Skip to content

Commit

Permalink
#342 Updated the jupysql dependency (#343)
Browse files Browse the repository at this point in the history
* #342 Updated the jupysql dependency [CodeBuild]

* #342 Updated a hyperlink

* [CodeBuild]
  • Loading branch information
ahsimb authored Nov 28, 2024
1 parent e3e0271 commit 05efb09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/changes/changes_3.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Code name:
## Bug Fixes

- #335: Fixed DNS resolution in ITDE when running jupyter notebook tests
- #342: Updated the jupysql dependency to resolve the conflict with prettytable
2 changes: 1 addition & 1 deletion doc/user_guide/docker/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ In all scenarios the daemon machine must allow running the Exasol Docker-DB with

Please note that enabling Exasol AI-Lab to use Docker features creates security risks. In particular, code running inside the AI-Lab could create privileged containers, mount the file system of the machine running the Docker daemon, and gain root access to it. For details see https://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/, section "The socket solution".

Section [AI-Lab with Integrated Exasol Docker-DB](docker-usage.md#ai-lab-with-integrated-exasol-docker-db) shows the corresponding command line options, for details see [Docker FAQ](https://docs.docker.com/desktop/faqs/general/#how-do-i-connect-to-the-remote-docker-engine-api).
Section [AI-Lab with Integrated Exasol Docker-DB](docker-usage.md#ai-lab-with-integrated-exasol-docker-db) shows the corresponding command line options, for details see [Docker FAQ](https://docs.docker.com/desktop/troubleshoot-and-support/faqs/general/#how-do-i-connect-to-the-remote-docker-engine-api).
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
jupysql==0.10.16 # required for multiple notebooks
stopwatch.py>=2.0.1 # also required by ITDE
exasol-notebook-connector==0.3.0
pickleshare==0.7.5 # See https://github.com/exasol/ai-lab/issues/291 for details.
Expand Down

0 comments on commit 05efb09

Please sign in to comment.