aiidateam / plumpy

A python workflows library that supports writing Processes with a well defined set of inputs and outputs that can be strung together.
https://plumpy.readthedocs.io
Other
8 stars 17 forks source link

Dependencies: Add lower limit for patch version of `nest-asyncio` #241

Closed sphuber closed 2 years ago

sphuber commented 2 years ago

Fixes #236

The package breaks for nest-asyncio==1.5.0 so the requirement is updated to add the lower bound nest-asyncio>=1.5.1.

codecov[bot] commented 2 years ago

Codecov Report

Base: 90.68% // Head: 90.68% // No change to project coverage :thumbsup:

Coverage data is based on head (220a091) compared to base (f4be3fe). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #241 +/- ## ======================================= Coverage 90.68% 90.68% ======================================= Files 21 21 Lines 2960 2960 ======================================= Hits 2684 2684 Misses 276 276 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.