Incorrect resolution using build-system requires
rather than dependencies
, or unclear conflicting dependencies
#9659
Labels
build-system requires
rather than dependencies
, or unclear conflicting dependencies
#9659
Description
Hello, I have thoroughly checked the documentation and attempted to find similar issues.
We're getting a really weird dependency resolution error in flexcompute/tidy3d#1913.
I have broken this down into a simple example which I include below, to show both the not-very-helpful error and the failed depedency resolution despite the correct matching specified dependencies.
I can see one of our dependencies is specified as follows:
https://github.com/heitzmann/gdstk/blob/v0.9.53/pyproject.toml
which I would think would enable us to create a
poetry.lock
file that uses this dependency andnumpy="*"
.However, as per the example below, the
poetry lock
resolution is failing as it appears to be an unclear issue.Unsure it it has to do with a dependency resolution problem based on:
Possibly it has to do with this in the depedendency resolution?
Will keep debugging this but opening this issue if it can be clearer why this is failing?
Workarounds
I am trying to find one. Possibly this has to do with requiring a
oldest-supported-numpy
dependency in gdstk?Poetry Installation Method
other
Operating System
Ubuntu 22.04
Poetry Version
1.8.3
Poetry Configuration
Poetry Runtime Logs
The text was updated successfully, but these errors were encountered: