We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f27ae commit f560d1eCopy full SHA for f560d1e
setup.py
@@ -14,7 +14,7 @@
14
packages=find_packages(),
15
include_package_data=True,
16
url="https://github.com/NeurodataWithoutBorders/nwbinspector",
17
- install_requires=["pynwb", "natsort", "click", "PyYAML", "jsonschema", "dandi", "tqdm"],
+ install_requires=["pynwb", "natsort", "click", "PyYAML", "jsonschema", "dandi>=0.39.2", "tqdm"],
18
entry_points={"console_scripts": ["nwbinspector=nwbinspector.nwbinspector:inspect_all_cli"]},
19
license="BSD-3-Clause",
20
)
0 commit comments