File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-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 14
14
strategy :
15
15
matrix :
16
16
python-version : [3.7, 3.8]
17
- pip : ["pip~=18.1 ", "pip>=20.3 "]
18
-
17
+ pip : ["pip~=20.3 ", "pip~=21.0 "]
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 @@ -22,6 +22,7 @@ project_urls =
22
22
python_requires = >=3.7
23
23
install_requires =
24
24
dipy >=1.0.0
25
+ h5py
25
26
indexed_gzip >=0.8.8
26
27
nibabel ~= 3.0
27
28
nipype >= 1.5.1, < 2.0
You can’t perform that action at this time.
0 commit comments