facebookresearch / NeuralCompression

A collection of tools for neural compression enthusiasts.
MIT License
502 stars 44 forks source link

Remove `torch` from `pyproject.toml` #172

Closed mmuckley closed 2 years ago

mmuckley commented 2 years ago

torch is no longer necessary to run setup.py, so let's remove it as a build requirement.

Other package versions are made flexible so we use the latest Python packaging infra for distribution. I couldn't think of any clear downsides to this, but we could keep the old behavior if desired.