Skip to content
Snippets Groups Projects
Commit 34114baf authored by Duncan Mortimer's avatar Duncan Mortimer
Browse files

Bump fsl_sub version requirements

parent 855d695f
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ This fsl_sub plugin provides support for submitting tasks to Sun/Son of/Univa Gr
## Requirements
fsl\_sub\_plugin\_sge requires Python >=3.5 and fsl_sub >=2.3.0
fsl\_sub\_plugin\_sge requires Python >=3.5 and fsl_sub >=2.5.4
## Installation
......
......@@ -35,7 +35,7 @@ setup(
},
packages=find_packages(),
license='FSL License',
install_requires=['fsl_sub>=2.5.3', ],
install_requires=['fsl_sub>=2.5.4', ],
python_requires='~=3.5',
package_data={
'fsl_sub_plugin_sge': ['fsl_sub_sge.yml', 'README.md', 'CHANGES.md', ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment