# package dependencies and their minimum versions for installing PyNWB
# the requirements here specify '==' for testing; setup.py replaces '==' with '>='
h5py==2.9,<3  # support for setting attrs to lists of utf-8 added in 2.9
hdmf==2.5.5,<3
numpy==1.16,<1.21
pandas==0.23,<2
python-dateutil==2.7,<3
setuptools
