We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fb6f6c + 9c812bd commit 8ab57d2Copy full SHA for 8ab57d2
2 files changed
setup.py
@@ -18,13 +18,13 @@
18
'templates/*']
19
},
20
install_requires=[
21
- 'cmstoolbox>=0.11.3',
+ 'cmstoolbox==0.11.3',
22
'more-itertools<6.0.0',
23
'cherrypy<18.0.0',
24
'mako',
25
'numpy>=1.6.1',
26
'scipy==1.1.0',
27
- 'sklearn',
+ 'scikit-learn==0.20.3',
28
'passlib>=1.6',
29
'bcrypt',
30
'pyOpenSSL',
workflowwebtools/__init__.py
@@ -4,6 +4,6 @@
4
:author: Daniel Abercrombie <dabercro@mit.edu>
5
"""
6
7
-__version__ = '0.9.5'
+__version__ = '0.9.6'
8
9
__all__ = []
0 commit comments