Conversation
12 tasks
joda9
added a commit
that referenced
this pull request
Apr 23, 2025
…py (#484) * fix dependencies in setup.py to latest working versions * fix dependencies to work with py 3.9 * refactor: update requirements in setup.py to streamline dependencies
joda9
added a commit
that referenced
this pull request
Dec 9, 2025
* Update dash requirement from <2.9.0 to <3.1.0 Updates the requirements on [dash](https://github.com/plotly/dash) to permit the latest version. - [Release notes](https://github.com/plotly/dash/releases) - [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md) - [Commits](plotly/dash@v0.18.0...v3.0.1) --- updated-dependencies: - dependency-name: dash dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update flake8 requirement from <7.2.0 to <7.3.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](PyCQA/flake8@0.1...7.2.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Bug/import error due to binary incompatibility between pandas and numpy (#484) * fix dependencies in setup.py to latest working versions * fix dependencies to work with py 3.9 * refactor: update requirements in setup.py to streamline dependencies * Update jupyterlab requirement from <4.4.0 to <4.5.0 (#486) Updates the requirements on [jupyterlab](https://github.com/jupyterlab/jupyterlab) to permit the latest version. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/jupyterlab-example-app@0.1.0...@jupyterlab/lsp@4.4.1) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Refactor Dash app initialization to use dash.Dash instead of JupyterDash --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: joda9 <66819219+joda9@users.noreply.github.com> Co-authored-by: Jonas Danke <jonas.danke@rl-institut.de>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please include a summary of the change and which issue is fixed.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
Checklist:
pre-commithooks