Skip to content

Commit

Permalink
Tweaks to gitignore and pyproject.toml optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tennlee committed Sep 22, 2023
1 parent 80b7920 commit 7614b23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ build/
src/scores.egg-info/
tutorials/.ipynb_checkpoints/
.vscode
htmldocs/
maintainernotes.md
tutorials/auspopn.zip
tutorials/analysis_grid.nc
tutorials/forecast_grid.nc
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ dev = [
"black == 23.3.0",
"mypy == 1.3.0",
"pylint == 2.17.4",
"dask"
"dask",
"pandas-stubs"
]
tutorial = [
"jupyterlab",
Expand Down

0 comments on commit 7614b23

Please sign in to comment.