Skip to content

Commit ca7ac79

Browse files
committed
0.0.8
1 parent 50ebb0f commit ca7ac79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
author_email="[email protected]",
66
extras_require={
77
"benchmark": [
8-
"click"
8+
"click",
9+
"sklearn"
910
],
1011
"test": [
1112
"pytest"
@@ -28,5 +29,5 @@
2829
]
2930
),
3031
url="https://github.com/broadinstitute/keras-resnet",
31-
version="0.0.7"
32+
version="0.0.8"
3233
)

0 commit comments

Comments
 (0)