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 408734b776
commit e8092f6f11
2 changed files with 2 additions and 2 deletions

View File

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

View File

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