Removed backward compatibility for cuda11 and unpinned versions for all of the libraries that were required to support this. Use one of the following:
pip install jax-moseq[cuda] # CUDA 12
pip install jax-moseq # CPU
What's Changed
Simplified setup.cfg by @JRJacoby in #37