Separate classification module from standard dependencies #146
Labels
dependencies
Pull requests that update a dependency file
patch / enhancement
improved functionality or patch indented for changes that require bumping only the PATCH number
Is your feature request related to a problem? Please describe.
tensorflow is a large and often not needed package if classification of particles isn't needed. there is also not currently support for tensorflow-cpu on Mac M1 or M2 (must use tensorflow-macos for this instead)
Describe the solution you'd like
make dependencies associated with the classification module, an extra set of dependencies that are not installed by default.
Additional context
see Dependency groups in poetry
The text was updated successfully, but these errors were encountered: