conda: use h5py 2.8

For some reason, conda installs 2.7 by default, which causes messages such as:
/home/sb/miniconda3/envs/py35/lib/python3.5/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
This commit is contained in:
Sebastien Bourdeauducq 2018-05-16 16:25:44 +08:00
parent f77bcbebb5
commit b81b20caf8
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ requirements:
- sphinx-argparse
- sphinxcontrib-wavedrom
- sphinx_rtd_theme
- h5py
- h5py 2.8
- python-dateutil
- pyqt >=5.5
- quamash

View File

@ -37,7 +37,7 @@ requirements:
- numpy
- prettytable
- asyncserial
- h5py
- h5py 2.8
- python-dateutil
- pyqt >=5.5
- quamash