Skip to content

Commit

Permalink
Explicitly add h5py dependency
Browse files Browse the repository at this point in the history
Before we were getting it from a dependency of a dependency
  • Loading branch information
amarkpayne committed Aug 15, 2019
1 parent 8ada9df commit d7275e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
- ffmpeg
- gprof2dot
- graphviz
- h5py
- jinja2
- jupyter
- lpsolve55
Expand Down
1 change: 1 addition & 0 deletions environment_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
- ffmpeg
- gprof2dot
- graphviz
- h5py
- jinja2
- jupyter
- lpsolve55
Expand Down
1 change: 1 addition & 0 deletions environment_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
- ffmpeg
- gprof2dot
- graphviz
- h5py
- jinja2
- jupyter
- lpsolve55
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Jinja2 # this is for rendering the HTML output files
cairocffi
yaml
cclib # needs to be 1.6.1.rmg
h5py

# For postprocessing the profiling data
argparse
Expand Down

0 comments on commit d7275e8

Please sign in to comment.