Skip to content

Commit b55ef31

Browse files
committed
Add h5py to requirements
1 parent 2b5b744 commit b55ef31

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ scikit-optimize==0.7.1
99
tables==3.6.1
1010
category_encoders==2.1.0
1111
hypernets>=0.1.2
12+
h5py==2.10.0
1213
eli5

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
'category_encoders==2.1.0',
2020
'tables==3.6.1',
2121
'hypernets>=0.1.2',
22+
'h5py==2.10.0',
2223
'eli5',
2324
]
2425

0 commit comments

Comments
 (0)