Skip to content

Commit

Permalink
Try with hdf5 pin
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Feb 27, 2023
1 parent 963b7eb commit 3e48636
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
]
}

if sys.version_info <= (3, 7) and sys.platform in ("win32", "cygwin"):
extras_require['tests'] = "hdf5 ==1.12.1" # To be able to solve on mamba

extras_require['doc'] = extras_require['examples_extra'] + [
'nbsite >=0.7.1',
'numpydoc',
Expand Down

0 comments on commit 3e48636

Please sign in to comment.