-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update MANIFEST.in #197
Update MANIFEST.in #197
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Because of problems related to the size of the package we need to exclude the example data. However, there is no currently available data source to download it from. Hence for now we need to exclude these notebooks from the release.
pre-commit.ci autofix |
…that pruned the example_data directory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should fix your RtD build. It's better to just add sunpy[net]
as a single dependency rather than specifying each dependency needed to use Fido
. This will also "future-proof" you against this happening again if the upstream dependencies needed to run Fido happen to change.
No description provided.