conservationtechlab / camml

A package of ML components for CTL field camera systems.
MIT License
4 stars 0 forks source link

Add development dependencies #5

Closed icr-ctl closed 2 years ago

icr-ctl commented 2 years ago

The test scripts require packages (like opencv) that we don't want for regular installs of camml so we should do an extras_require for a development dependencies. Edit: actually we do still have a tiny OpenCV call still in coral.py. Eventually may want to refactor that out but it will affect usage in software that uses camml and we might find that as we expand camml we go in the opposite direction and lean more on opencv. For now: punting on this idea.