Skip to content

Commit

Permalink
Try with hdf5 pin (#1188)
Browse files Browse the repository at this point in the history
* Try with hdf5 pin

* Make list

* Expand pin to other os
  • Loading branch information
hoxbro authored Feb 27, 2023
1 parent 963b7eb commit aed1760
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, 8):
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 aed1760

Please sign in to comment.