# package dependencies and their minimum versions for installing HDMF
# 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
numpy==1.16,<1.19.4
scipy==1.1,<2
pandas==0.23,<2
ruamel.yaml==0.15,<1
jsonschema==2.6.0,<4
