Replies: 1 comment
-
Core Dask is intentionally very lightweight for this reason. I suspect that if you looked at the core dependencies of the project you'd find that there was nothing there that worried you. Note that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
dask'stokenizefunction is extremely useful and has a wide array of applications outside of dask:dask/dask/base.py
Line 1019 in 4be4880
It is also relatively standalone, and the default
normalize_tokenregisters many builtins:dask/dask/base.py
Line 1112 in 4be4880
Would it make sense to separate into its own repo, given it has no real dependencies and could be leveraged (along with the
__dask_tokenize__interface) in many more libraries that might not want a full dask dependency?Beta Was this translation helpful? Give feedback.
All reactions