forked from M-Labs/artiq
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:
parent
f77bcbebb5
commit
b81b20caf8
|
@ -34,7 +34,7 @@ requirements:
|
|||
- sphinx-argparse
|
||||
- sphinxcontrib-wavedrom
|
||||
- sphinx_rtd_theme
|
||||
- h5py
|
||||
- h5py 2.8
|
||||
- python-dateutil
|
||||
- pyqt >=5.5
|
||||
- quamash
|
||||
|
|
|
@ -37,7 +37,7 @@ requirements:
|
|||
- numpy
|
||||
- prettytable
|
||||
- asyncserial
|
||||
- h5py
|
||||
- h5py 2.8
|
||||
- python-dateutil
|
||||
- pyqt >=5.5
|
||||
- quamash
|
||||
|
|
Loading…
Reference in New Issue