Skip to content

Commit

Permalink
Fix the version dependency on ruffus to 2.2, rather than >= 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjpop committed May 5, 2015
1 parent a8878d5 commit 82905bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
with support for running pipeline stages on a distributed compute cluster.',
long_description=open('README.txt').read(),
install_requires=[
"ruffus >= 2.0.0",
"ruffus==2.2",
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 82905bb

Please sign in to comment.