Skip to content

Commit

Permalink
Bugfix/docs (#121)
Browse files Browse the repository at this point in the history
* Adding cartopy

* Add more missing packages
  • Loading branch information
SorooshMani-NOAA authored Dec 1, 2023
1 parent 2f1dffc commit eede830
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 @@ -62,7 +62,7 @@ sphinxcontrib-programoutput = { version = '*', optional = true }
plotting = ['cartopy', 'cmocean', 'matplotlib']
testing = ['pytest', 'pytest-cov', 'pytest-socket', 'pytest-xdist', 'wget']
development = ['isort', 'oitnb']
documentation = ['dunamai', 'm2r2', 'sphinx', 'sphinx-rtd-theme', 'sphinxcontrib-programoutput', 'sphinxcontrib-bibtex']
documentation = ['dunamai', 'm2r2', 'sphinx', 'sphinx-rtd-theme', 'sphinxcontrib-programoutput', 'sphinxcontrib-bibtex', 'cartopy', 'cmocean', 'matplotlib']

[tool.poetry.scripts]
make_storm_ensemble = 'ensembleperturbation.client.make_storm_ensemble:main'
Expand Down

0 comments on commit eede830

Please sign in to comment.