Skip to content

Commit a9eb75b

Browse files
committed
use h5py version 2.9 for now
1 parent 4b7c82d commit a9eb75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616
- pip install numpy>=1.17.3
1717
- pip install requests
1818
- pip install pytz
19-
- pip install h5py
19+
- pip install h5py==2.9
2020
- if [ "${H5_DRIVER}" == "h5serv" ]; then
2121
pip install tornado ;
2222
pip install watchdog ;

0 commit comments

Comments
 (0)