Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conditional Imports for Raspberry Pi #14

Open
mattdonders opened this issue Oct 27, 2019 · 1 comment
Open

Conditional Imports for Raspberry Pi #14

mattdonders opened this issue Oct 27, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mattdonders
Copy link
Owner

mattdonders commented Oct 27, 2019

Due to installation time and resources for Pandas & Numpy, create conditional imports so that section of code just skipped.

When shotmap functionality is introduced break up the requirements file into these two options -

  • Base requirements & shotmap / data science extras : requirements.txt and requirements-extras.txt
  • Two separate files per platforms : requirements-rpi.txt and requirements-all.txt
@mattdonders mattdonders added the enhancement New feature or request label Oct 27, 2019
@mattdonders mattdonders self-assigned this Oct 27, 2019
mattdonders added a commit that referenced this issue Oct 28, 2019
@mattdonders
Copy link
Owner Author

Started by removing unused imports and cleaning up as mentioned in the above commit. Will move to conditional imports and requirements file when the shotmaps stuff is implemented directly into the bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant