Skip to content

Commit

Permalink
trying to fix readthedocs autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pelaez-Zapata committed Jul 4, 2024
1 parent c7cfa00 commit 064687d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ dependencies = [
"pydap",
"netCDF4",
"bottleneck",
"tqdm",
"requests",
"tqdm"
]
[project.optional-dependencies]
test = ["pytest", "flake8"]
extra = ["zarr"]
docs = [
"sphinx",
"sphinx-rtd-theme",
Expand Down

0 comments on commit 064687d

Please sign in to comment.