Skip to content

Commit

Permalink
Update prefect to >=2.0.0,<2.16.2 🤖 (#626)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jack Sundberg <[email protected]>
  • Loading branch information
dependabot[bot] and jacksund authored Mar 26, 2024
1 parent 4e17b6c commit 61a1849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ DEV = [
]

EXE = [
"prefect >=2.0.0, <2.14.19", # for extra workflow orchestration
"prefect >=2.0.0, <2.16.2", # for extra workflow orchestration
"dask-jobqueue >=0.7.3, <=0.8.2", # for submitting on HPC clusters
"anyio >=3.6.1", # for async utilities when using Prefect
"nest_asyncio >=1.5.5, <1.5.9", # to allow async calls in Spyder/iPython/Jupyter
Expand Down

0 comments on commit 61a1849

Please sign in to comment.