Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conflicting dependencies with dfm_tools #441

Closed
veenstrajelmer opened this issue Jan 23, 2023 · 1 comment
Closed

conflicting dependencies with dfm_tools #441

veenstrajelmer opened this issue Jan 23, 2023 · 1 comment

Comments

@veenstrajelmer
Copy link
Collaborator

Describe the bug
Upon installing the newest hydrolib-core release via pip (0.4.0), the meshkernel dependency is <2.0.0, which conflicts with dfm_tools since that is >=2.0.0. This seems to come from hydrolib (not hydrolib-core), since in hydrolib/poetry.lock I see the dependency (I cannot find it in hydrolib-core itself)

ERROR: Cannot install dfm-tools==0.10.0 and hydrolib-core==0.4.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    dfm-tools 0.10.0 depends on meshkernel>=2.0.0
    hydrolib-core 0.4.0 depends on meshkernel<2.0.0 and >=1.0.0

Expected behavior
Less constrictive meshkernel dependency

Version info (please complete the following information):

  • OS: Windows
  • Version 0.4.0 (might also have been the case for older releases)
@veenstrajelmer
Copy link
Collaborator Author

veenstrajelmer commented Apr 17, 2023

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

No branches or pull requests

1 participant