NationalGenomicsInfrastructure / taca-ngi-pipeline

A TACA plugin adding functionality relevant for the ngi_pipeline
MIT License
3 stars 13 forks source link

Fix requirements collision #60

Closed ghost closed 3 years ago

ghost commented 3 years ago

The newest release of the python package decorator v5 requires python>=3.5. The package was downloaded as the latest version by the python package traitlets which can handle any version of decorator. We could therefore limit the decorator version to be below or equal to version 4.4.2.