Skip to content

Commit

Permalink
conda: use h5py 2.8
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
sbourdeauducq committed May 16, 2018
1 parent f77bcbe commit b81b20c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/artiq-dev/meta.yaml
Expand Up @@ -34,7 +34,7 @@ requirements:
- sphinx-argparse
- sphinxcontrib-wavedrom
- sphinx_rtd_theme
- h5py
- h5py 2.8
- python-dateutil
- pyqt >=5.5
- quamash
Expand Down
2 changes: 1 addition & 1 deletion conda/artiq/meta.yaml
Expand Up @@ -37,7 +37,7 @@ requirements:
- numpy
- prettytable
- asyncserial
- h5py
- h5py 2.8
- python-dateutil
- pyqt >=5.5
- quamash
Expand Down

0 comments on commit b81b20c

Please sign in to comment.