Skip to content
Snippets Groups Projects

Exclude buggy Toil 5.6

Merged Marcel Loose requested to merge RAP-500-exclude-Toil5.6 into master
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
+ 4
3
@@ -38,9 +38,10 @@ setup(
'Intended Audience :: Science/Research',
'Operating System :: POSIX :: Linux',
'Topic :: Scientific/Engineering :: Astronomy'],
install_requires=['numpy', 'scipy', 'astropy', 'jinja2', 'shapely', 'toil[cwl]',
'reproject', 'python-dateutil', 'Rtree', 'loess', 'lsmtool',
'losoto', 'bdsf', 'python-casacore'],
install_requires=['numpy', 'scipy', 'astropy', 'jinja2', 'shapely',
'toil[cwl]!=5.6', 'reproject', 'python-dateutil',
'Rtree', 'loess', 'lsmtool', 'losoto', 'bdsf',
'python-casacore'],
scripts=['bin/rapthor',
'bin/plotrapthor',
'bin/concat_prefactor_files',
Loading