Replies: 1 comment
-
No, there is no equivalent in PDM |
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.
-
Is there a way to pass a
--constraint
option topdm
?For example,
airflow
requires installation viapip
and a constraints file, e.g.pip install "apache-airflow==${AIRFLOW_VERSION}" --constraint "${CONSTRAINT_URL}"
Is there a way to run this from
pyproject.toml
viapdm
?Beta Was this translation helpful? Give feedback.
All reactions