Skip to content

Commit

Permalink
Specify precfect vectopm and dask optional depenency on one line
Browse files Browse the repository at this point in the history
May avoid ambiguous version requirements with multiple prefect
packages specified.
  • Loading branch information
blowekamp committed Jun 11, 2024
1 parent b61ee19 commit 5ac5f89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
python-dotenv
prefect==2.19.1
prefect[dask]
prefect[dask]==2.19.1
dask-jobqueue
natsort
pytools@https://github.com/niaid/tomojs-pytools/releases/download/v3.2.0/pytools-3.2.0-py3-none-any.whl

0 comments on commit 5ac5f89

Please sign in to comment.