There was an error while loading. Please reload this page.
1 parent c0380c6 commit fb64bb1Copy full SHA for fb64bb1
1 file changed
toil/src/cgcloud/toil/toil_box.py
@@ -80,7 +80,7 @@ def __install_toil( self ):
80
@fabric_task
81
def __install_s3am( self ):
82
virtualenv( name='s3am',
83
- distributions=[ '--pre', 's3am==1.0b1.dev49' ],
+ distributions=[ 's3am==1.1' ],
84
pip_distribution="pip==8.0.2",
85
executable='s3am' )
86
0 commit comments