Dependency Slimming
Main purpose of this release is a number of small fixes to atlases, and slimming down of the dependencies of this package.
If you are only interested in the AtlasAPI, a default install will no longer fetch the dependencies that are required for generating a new atlas. If you were previously using this package to generate atlases, you will need to install it with the optional `atlasgen` dependency.
What's Changed
* Return `brainglobe list` in alphabetical order by adamltyson in https://github.com/brainglobe/brainglobe-atlasapi/pull/298
* Return "Outside atlas" rather than key error by adamltyson in https://github.com/brainglobe/brainglobe-atlasapi/pull/299
* Remove slow test marker by adamltyson in https://github.com/brainglobe/brainglobe-atlasapi/pull/300
* Cache atlases to speed up CI by adamltyson in https://github.com/brainglobe/brainglobe-atlasapi/pull/301
* Fixing human atlas script by viktorpm in https://github.com/brainglobe/brainglobe-atlasapi/pull/290
* Fix AZBA by adamltyson in https://github.com/brainglobe/brainglobe-atlasapi/pull/305
* fixing kim dev atlases by viktorpm in https://github.com/brainglobe/brainglobe-atlasapi/pull/304
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/brainglobe/brainglobe-atlasapi/pull/308
* Update supported Python versions by adamltyson in https://github.com/brainglobe/brainglobe-atlasapi/pull/309
* Move `pymcubes` to an optional dependency. by willGraham01 in https://github.com/brainglobe/brainglobe-atlasapi/pull/310
**Full Changelog**: https://github.com/brainglobe/brainglobe-atlasapi/compare/v2.0.6...v2.0.7