facebookresearch / NeuralCompression

A collection of tools for neural compression enthusiasts.
MIT License
496 stars 43 forks source link

Update CI infra #193

Closed mmuckley closed 1 year ago

mmuckley commented 1 year ago

Updates most packages in setup.cfg to be their most current versions. This required numerous changes throughout the code base, particularly for mypy and black.

Almost all changes are due to running the new version of black on the files, as well as updating a few type annotations to comply with the latest mypy.

In addition, we have updated the CI test suite to use Python 3.10.

mmuckley commented 1 year ago

Thanks @lauragustafson !