Skip to content

Commit

Permalink
0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Oct 30, 2017
1 parent 50ebb0f commit ca7ac79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
author_email="[email protected]",
extras_require={
"benchmark": [
"click"
"click",
"sklearn"
],
"test": [
"pytest"
Expand All @@ -28,5 +29,5 @@
]
),
url="https://github.com/broadinstitute/keras-resnet",
version="0.0.7"
version="0.0.8"
)

0 comments on commit ca7ac79

Please sign in to comment.