Replies: 2 comments 2 replies
-
Unless it specifies the requirement version range in As a workaround, you can specify it in your project dependencies and use [project]
...
dependencies = ["setuptools<58"] |
Beta Was this translation helpful? Give feedback.
2 replies
-
watching |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a dependency which depends on DEAP. DEAP requires setuptools<58.0. So I wonder is there any way to specify the setuptools version when running
pdm add deap
?Beta Was this translation helpful? Give feedback.
All reactions