Skip to content

Commit

Permalink
revertme: pin hdf5 down, so opencv and h5py can be installed alongside
Browse files Browse the repository at this point in the history
temporary hack
see: #17
  • Loading branch information
sdvillal committed Oct 2, 2018
1 parent 383bdd9 commit 6b90f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ requirements:
host:
- python
- numpy
- hdf5
- hdf5 1.10.2
- eigen 3.2.*
- zlib
- harfbuzz # [unix]
Expand All @@ -108,7 +108,7 @@ requirements:
run:
- python
- {{ pin_compatible('numpy') }}
- hdf5 # [unix]
- hdf5 1.10.2 # [unix]
- zlib
- harfbuzz # [unix]
- libpng
Expand Down

0 comments on commit 6b90f5d

Please sign in to comment.