File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -532,6 +532,10 @@ jobs:
532
532
working_directory : /tmp/src/dmriprep
533
533
steps :
534
534
- checkout
535
+ - run :
536
+ name : Install libhdf5
537
+ command : |
538
+ sudo apt-get install pkg-config libhdf5-103 libhdf5-dev
535
539
- run :
536
540
name : Start virtual environment
537
541
command : |
Original file line number Diff line number Diff line change 15
15
matrix :
16
16
python-version : [3.7, 3.8]
17
17
pip : ["pip~=18.1", "pip>=20.3"]
18
-
18
+
19
19
steps :
20
+ - name : Install hdf5 libraries
21
+ run : |
22
+ sudo apt-get install pkg-config libhdf5-103 libhdf5-dev
20
23
- name : Set up Python ${{ matrix.python-version }}
21
24
uses : actions/setup-python@v1
22
25
with :
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ project_urls =
21
21
[options]
22
22
python_requires = >=3.7
23
23
install_requires =
24
- h5py ~=2.5.0
25
24
dipy >=1.0.0
25
+ h5py ~=2.5.0
26
26
indexed_gzip >=0.8.8
27
27
nibabel ~= 3.0
28
28
nipype >= 1.5.1, < 2.0
You can’t perform that action at this time.
0 commit comments