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

handled optional dependencies in pyproject.toml as mentioned in #117 #134

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

neerja-1984
Copy link

@neerja-1984 neerja-1984 commented Jan 21, 2025

the plotting dependencies have been made optional in the pyproject.toml file
the change made is

optional-dependencies.plotting = [ "cartopy", "matplotlib", "pandas-flavor" ]

additionally , the pandas-flavor library has been removed from the requirements.txt This ensures our plotting libraries are consistent throughout the code.

@ocefpaf
Copy link
Member

ocefpaf commented Jan 21, 2025

@neerja-1984 please always add a description of your PR. You can edit the message above to create one. It shows that you put some thought into what you are doing and help future us to understand what are the changes here.

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.

2 participants