[Misc] Specify workers using integer arguments
The methods :method:`PipelinedExecutor.make_spec` and :function:`libertem.executor.dask.cluster_spec` both now accept integers for their
cpus
andcudas
arguments, in addition to the existing iterable forms. (#1294).