Skip to content

Bug/import error due to binary incompatibility between pandas and numpy#484

Merged
joda9 merged 3 commits intodevfrom
bug/import-error-due-to-binary-incompatibility-between-pandas-and-numpy
Apr 22, 2025
Merged

Bug/import error due to binary incompatibility between pandas and numpy#484
joda9 merged 3 commits intodevfrom
bug/import-error-due-to-binary-incompatibility-between-pandas-and-numpy

Conversation

@joda9
Copy link
Copy Markdown
Collaborator

@joda9 joda9 commented Apr 22, 2025

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.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • New and adjusted code is formatted using the pre-commit hooks
  • New and adjusted code includes type hinting now
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • The Read the Docs documentation is compiling correctly
  • If new packages are needed, I added them the setup.py, and if needed the rtd_requirements.txt, the eDisGo_env.yml and the eDisGo_env_dev.yml.
  • I have added new features to the corresponding whatsnew file

@joda9 joda9 linked an issue Apr 22, 2025 that may be closed by this pull request
@joda9 joda9 merged commit 180af53 into dev Apr 22, 2025
10 of 28 checks passed
@joda9 joda9 deleted the bug/import-error-due-to-binary-incompatibility-between-pandas-and-numpy branch April 22, 2025 10:41
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]ImportError due to binary incompatibility between pandas and numpy

1 participant