Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new dask install method #473

Merged
merged 1 commit into from
May 22, 2024
Merged

new dask install method #473

merged 1 commit into from
May 22, 2024

Conversation

philipmac
Copy link
Member

prefect changed how they package their dask setup

@philipmac philipmac requested a review from annshress May 22, 2024 21:07
@philipmac philipmac merged commit 421171e into main May 22, 2024
1 check passed
@philipmac philipmac deleted the fix/install_prefect_dask branch May 22, 2024 21:13
@@ -1,6 +1,6 @@
python-dotenv
prefect==2.19.1
prefect_dask
prefect[dask]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The [package] is the standard way to specify an optional dependency of a package: https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#optional-dependencies

So two line of "prefect" requirements are not needed just: pefect[dask]==2.19.1` should suffice.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok... huh. Thanks Brad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants