Skip to content

Commit 8ab57d2

Browse files
author
Daniel Abercrombie
authored
Merge pull request #127 from dabercro/v09
v0.9
2 parents 3fb6f6c + 9c812bd commit 8ab57d2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
'templates/*']
1919
},
2020
install_requires=[
21-
'cmstoolbox>=0.11.3',
21+
'cmstoolbox==0.11.3',
2222
'more-itertools<6.0.0',
2323
'cherrypy<18.0.0',
2424
'mako',
2525
'numpy>=1.6.1',
2626
'scipy==1.1.0',
27-
'sklearn',
27+
'scikit-learn==0.20.3',
2828
'passlib>=1.6',
2929
'bcrypt',
3030
'pyOpenSSL',

workflowwebtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
:author: Daniel Abercrombie <dabercro@mit.edu>
55
"""
66

7-
__version__ = '0.9.5'
7+
__version__ = '0.9.6'
88

99
__all__ = []

0 commit comments

Comments
 (0)