diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a06d0280a..0bd5eba50 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -25,6 +25,7 @@ formats: all python: install: - requirements: requirements-doc.txt + - requirements: requirements-opt.txt - requirements: requirements.txt # Optionally include all submodules diff --git a/CHANGELOG.md b/CHANGELOG.md index 34665c932..60865ad30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - Exposed `aws_region` to `NWBHDF5IO`. @rly [#1903](https://github.com/NeurodataWithoutBorders/pynwb/pull/1903) ### Bug fixes -- Revert changes in PyNWB 2.7.0 that allow datetimes without a timezone and without a time while issues with DANDI upload are resolved. @rly [#1908](https://github.com/NeurodataWithoutBorders/pynwb/pull/1908) +- Revert changes in PyNWB 2.7.0 that allow datetimes without a timezone and without a time while issues with DANDI upload of NWB files missing timezone are resolved. @rly [#1908](https://github.com/NeurodataWithoutBorders/pynwb/pull/1908) ## PyNWB 2.7.0 (May 2, 2024) diff --git a/docs/gallery/domain/ecephys.py b/docs/gallery/domain/ecephys.py index 406f2b789..208c11d24 100644 --- a/docs/gallery/domain/ecephys.py +++ b/docs/gallery/domain/ecephys.py @@ -16,7 +16,7 @@ It is recommended to cover :ref:`basics` before this tutorial. .. note:: It is recommended to check if your source data is supported by - `NeuroConv Extracellular Electrophysiology Gallery `_. + `NeuroConv Extracellular Electrophysiology Gallery `_. If it is supported, it is recommended to use NeuroConv to convert your data. The following examples will reference variables that may not be defined within the block they are used in. For diff --git a/docs/gallery/domain/ophys.py b/docs/gallery/domain/ophys.py index 277e408db..8057a7314 100644 --- a/docs/gallery/domain/ophys.py +++ b/docs/gallery/domain/ophys.py @@ -15,7 +15,7 @@ It is recommended to cover :ref:`basics` before this tutorial. .. note:: It is recommended to check if your source data is supported by - `NeuroConv Optical Physiology Gallery `_. + `NeuroConv Optical Physiology Gallery `_. If it is supported, it is recommended to use NeuroConv to convert your data. The following examples will reference variables that may not be defined within the block they are used in. For diff --git a/environment-ros3.yml b/environment-ros3.yml index 92e17b5dd..21dcc5a9c 100644 --- a/environment-ros3.yml +++ b/environment-ros3.yml @@ -9,8 +9,8 @@ dependencies: - hdmf==3.14.0 - matplotlib==3.8.0 - numpy==1.26.4 - - pandas==2.2.1 - - python-dateutil==2.8.2 + - pandas==2.2.2 + - python-dateutil==2.9.0 - setuptools - pytest==7.4.3 # This is for the upcoming pytest update - dandi==0.60.0 # NOTE: dandi does not support osx-arm64 @@ -19,4 +19,4 @@ dependencies: - aiohttp==3.9.3 - pip - pip: - - remfile==0.1.9 + - remfile==0.1.11 diff --git a/requirements-dev.txt b/requirements-dev.txt index 173090a57..37853354d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,11 +2,11 @@ # compute coverage, and create test environments. note that depending on the version of python installed, different # versions of requirements may be installed due to package incompatibilities. # -black==24.3.0 -codespell==2.2.6 -coverage==7.3.2 -pytest==7.4.3 -isort==5.12.0 -pytest-cov==4.1.0 -tox==4.11.3 -ruff==0.1.3 +black==24.4.2 +codespell==2.3.0 +coverage==7.5.3 +pytest==8.2.1 +isort==5.13.2 +pytest-cov==5.0.0 +tox==4.15.0 +ruff==0.4.6 diff --git a/requirements-doc.txt b/requirements-doc.txt index c37aee646..90633ce88 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -13,3 +13,4 @@ lxml # used by dataframe_image when using the matplotlib backend hdf5plugin dandi>=0.46.6 hdmf-zarr +zarr<2.18.0 # limited until hdmf-zarr 0.8.0 is released to resolve issues with zarr>=2.18.0 diff --git a/requirements.txt b/requirements.txt index c1fd347ff..5b3c49ded 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ h5py==3.11.0 hdmf==3.14.0 numpy==1.26.4 -pandas==2.2.1 +pandas==2.2.2 python-dateutil==2.9.0.post0