- Refactored installation to remove backwards compatibility with CUDA11 - CUDA12 is now the only option.
- Removed conda environment yaml files - installation should now happen only with pip. Installation instructions here: https://github.com/dattalab/keypoint-moseq/blob/main/docs/source/install.rst
- Keypoint-moseq now requires python 3.10 or greater instead of python 3.9 or greater.
What's Changed
- setup.cfg updated to match jax-moseq's refactored installation by JRJacoby in [200](https://github.com/dattalab/keypoint-moseq/pull/200)
- [Installation documentation](https://github.com/dattalab/keypoint-moseq/blob/main/docs/source/install.rst) was updated to match the new setup.cfg by JRJacoby in [#200](https://github.com/dattalab/keypoint-moseq/pull/200)