Skip to content

Commit

Permalink
Add scipy to test dependencies (#261)
Browse files Browse the repository at this point in the history
* Add scipy to test dependencies

* Add scipy to docs deps, update changelog
  • Loading branch information
rly authored Jan 29, 2025
1 parent b04e37c commit 4f95dfd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# HDMF-ZARR Changelog

## 0.11.0 January 17, 2025
## [Upcoming]

### Changed
* Added scipy to optional dependencies to be compatible with HDMF 4.0. @rly [#261](https://github.com/hdmf-dev/hdmf-zarr/pull/261)

## 0.11.0 (January 17, 2025)

### Changed
* Adopted changelog format conventions: https://keepachangelog.com/en/1.0.0/ . @rly [#254](https://github.com/hdmf-dev/hdmf-zarr/pull/254)
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,16 @@ test = [
"pre-commit",
"pytest",
"pytest-cov",
"python-dateutil",
"python-dateutil", # used in some tests
"ruff",
"scipy", # used in some tests
"tox",
]

# documentation dependencies
docs = [
"matplotlib",
"scipy", # used in some docs
"sphinx>=4", # improved support for docutils>=0.17
"sphinx_rtd_theme>=1", # <1 does not work with docutils>=0.17
"sphinx-gallery",
Expand Down

0 comments on commit 4f95dfd

Please sign in to comment.