You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set setuptools in my pyproject.toml file to setuptools = "^75.2.0" and try to build my project with the nix build command, I get the following error.
> - setuptools<76.0.0,>=75.2.0 not satisfied by version 69.5.1.post0
No matter what I've tried, my setuptools is always pinned to that version.
I ran the nix flake update and poetry update commands to make sure there where no conflicting dependencies. Every other package in my project updated properly, but setuptools was held back.
Describe the issue
When I set setuptools in my pyproject.toml file to
setuptools = "^75.2.0"
and try to build my project with thenix build
command, I get the following error.> - setuptools<76.0.0,>=75.2.0 not satisfied by version 69.5.1.post0
No matter what I've tried, my setuptools is always pinned to that version.
I ran the
nix flake update
andpoetry update
commands to make sure there where no conflicting dependencies. Every other package in my project updated properly, but setuptools was held back.Here is my pyproject.toml:
Here is the packaged in my poetry.lock
How can I stop setuptools from being pinned to 69.5.1.post0?
The text was updated successfully, but these errors were encountered: