Frost Ming
Frost Ming
What about https://pdm-project.org/latest/usage/advanced/#use-pdm-in-continuous-integration PDM is storing caches at what `pdm config cache_dir` is pointing to. PDM isn't running `pip` under the hood, on contrary to what many expect, so it...
There are cases where improper dependency set causes the resolver to track too deep and become significantly slower. In this case, `pandas` was the first package to try but it...
BTW, you can always manually optimize the resolution to avoid it into an error branch at the beginning. In this case, you can set `pandas
Well, the resolution failure can be also observed on pip using the following requirements.txt: ``` pandas pystac # removing this will get a working resolution pystac-client sat-stac ``` It seems...
It's rather abnormal to have incomplete releases like that. PDM assumes every release has all the required wheels and at least a sdist to fallback to. So it performs the...
This could be resolved by #2995
It will be cleared if the existing `.venv` doesn't match the `requires-python` setting in `pyproject.toml`
Since it is not breaking, I would like to mark it as low priority and leave it to potential contributors.
@sigma67 certainly, appreciate that. But the locked dependencies lose the environment markers, which isn't easy to overcome.