Relative Content

Tag Archive for pythonpippyproject.toml

Ignore sub-dependencies in pyproject.toml

A package I want to include in my pyproject.toml, itself depends on torch, which I don’t want automatically installing since it takes up a lot of space and my currently installed version already works with it.