# pinned dependencies to reproduce an entire development environment to use PyNWB
h5py==3.7.0
hdmf==3.5.4
numpy==1.23.3; python_version >= "3.8"
numpy==1.21.5; python_version < "3.8"  # note that numpy 1.22 dropped python 3.7 support
pandas==1.5.0; python_version >= "3.8"
pandas==1.3.5; python_version < "3.8"  # note that pandas 1.4 dropped python 3.7 support
python-dateutil==2.8.2
setuptools==65.5.1
