Skip to content

Commit

Permalink
Fix failing test (#48)
Browse files Browse the repository at this point in the history
* Fix failing test

* Fix missing dependency

* Update changelog

---------

Co-authored-by: Florian Pinault <floriankrb@users.noreply.github.com>
  • Loading branch information
b8raoult and floriankrb authored Sep 23, 2024
1 parent 4a3d89e commit 647e216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Keep it human-readable, your future self will thank you!
### Changed

- Added incremental building of datasets
- Add missing dependency for documentation building
- Fix failing test due to previous merge
- Bug fix when creating dataset from zarr

### Removed
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ optional-dependencies.docs = [
"nbsphinx",
"pandoc",
"sphinx",
"sphinx-argparse",
"sphinx-rtd-theme",
]

Expand Down

0 comments on commit 647e216

Please sign in to comment.