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

netCDF4 is now an optional dependency #596

Merged
merged 1 commit into from
Jul 10, 2023
Merged

netCDF4 is now an optional dependency #596

merged 1 commit into from
Jul 10, 2023

Conversation

zerothi
Copy link
Owner

@zerothi zerothi commented Jul 10, 2023

An import error will be raised with explanation
on how to mitigate the problem.

An import error will be raised with explanation
on how to mitigate the problem.

Signed-off-by: Nick Papior <nickpapior@gmail.com>
@zerothi zerothi merged commit 8f45d78 into main Jul 10, 2023
5 checks passed
@zerothi zerothi deleted the 595-netcdf4-removall branch July 10, 2023 08:27
pyparsing>=1.5.7
netCDF4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is netCDF4 listed here? I also notice that it is still present in ../requirements.txt.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requirements.txt was a missing delete. But docs/ is necessary for building the documentation. There I just use everything.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in TOP/requirements.txt, thanks!

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove required dependency of netCDF4
2 participants