Skip to content

Commit

Permalink
Merge branch 'dev' into integrate_zarr
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Sep 26, 2024
2 parents 5e12529 + b8ae6d6 commit 5b437a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-link-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: 3.9

- name: Install Sphinx dependencies
run: pip install -r requirements-rtd.txt
run: pip install -r docs/requirements-rtd.txt
- name: Install package for API docs
run: pip install -e .

Expand Down
2 changes: 1 addition & 1 deletion docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ sphinx:
# Python requirements required to build your docs
python:
install:
- requirements: requirements-rtd.txt
- requirements: docs/requirements-rtd.txt
- method: pip
path: .
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ dependencies = [
"click",
"tqdm",
"isodate",
"numpy>=1.22.0,<2.0.0" # TODO: add compatibility for 2.0
"numpy>=1.22.0,<2.0.0", # TODO: add compatibility for 2.0 - HDMF Zarr and others also still have some troubles
"h5py<3.12.0", # TODO: remove pin when https://github.com/h5py/h5py/issues/2505 is fixed and released
]

[project.optional-dependencies]
Expand Down

0 comments on commit 5b437a4

Please sign in to comment.