# pinned dependencies to reproduce an entire development environment to use PyNWB, run PyNWB tests, check code style,
# 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.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
