Skip to content

Commit

Permalink
unpin h5py dependency (#782)
Browse files Browse the repository at this point in the history
The h5py dependency was pinned to a fixed version. Thus numpy won't update as it depends on it.
  • Loading branch information
Dominik-Vogel authored and jenshnielsen committed Oct 5, 2017
1 parent 0435245 commit 01a75a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- defaults
- conda-forge
dependencies:
- h5py=2.6.0
- h5py
- matplotlib=2.0.2
- pyqtgraph
- python=3.6
Expand All @@ -17,4 +17,4 @@ dependencies:
- typing
- hypothesis
- pytest
- pytest-runner
- pytest-runner

0 comments on commit 01a75a1

Please sign in to comment.