Skip to content

Commit

Permalink
add netcdf4 to python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nulinspiratie committed May 18, 2024
1 parent 4eff283 commit d11cb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ setuptools = "^69.0.2"
[tool.poetry.extras]
interplot = ["dill", "pypiwin32", "ipython"]
configbuilder = ["pandas", "dash", "dash-html-components", "dash-core-components", "dash-bootstrap-components", "dash-cytoscape", "dash-table", "dash-dangerously-set-inner-html", "docutils", "waitress"]
datahandler = ["xarray"]
datahandler = ["xarray", "netcdf4"]

[tool.black]
line-length = 120
Expand Down

0 comments on commit d11cb0e

Please sign in to comment.