Skip to content
Snippets Groups Projects
Commit 89531fc9 authored by calrama's avatar calrama
Browse files

Raise mininum h5py version to 3

parent 2871ac90
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ setup(
version="0.1",
author="",
author_email="",
install_requires=["h5py", "numpy"],
install_requires=["h5py>=3", "numpy"],
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment