We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5b744 commit b55ef31Copy full SHA for b55ef31
requirements.txt
@@ -9,4 +9,5 @@ scikit-optimize==0.7.1
9
tables==3.6.1
10
category_encoders==2.1.0
11
hypernets>=0.1.2
12
+h5py==2.10.0
13
eli5
setup.py
@@ -19,6 +19,7 @@
19
'category_encoders==2.1.0',
20
'tables==3.6.1',
21
'hypernets>=0.1.2',
22
+ 'h5py==2.10.0',
23
'eli5',
24
]
25
0 commit comments