Update dask-gateway package's requirements to what works#580
Merged
Conversation
consideRatio
marked this pull request as draft
June 13, 2022 19:31
consideRatio
force-pushed
the
pr/test-relaxed-deps
branch
2 times, most recently
from
June 13, 2022 19:50
8335e26 to
8225314
Compare
consideRatio
force-pushed
the
pr/test-relaxed-deps
branch
from
June 13, 2022 20:28
ef81780 to
2214b6a
Compare
consideRatio
marked this pull request as ready for review
June 13, 2022 20:36
This was referenced Jun 13, 2022
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
dask-gatewaythe client apparently requires >=2022.4.0 to function, this PR adjusts the requirements declared to that.I've manually run a lot of tests to conclude this. This could be resolved by Investigate and set lower bounds of requirements for
dask-gatewayanddask-gateway-server#539 though.dask-gatewaythe client can function with ==2022.5.1 and ==2022.5.2 even though Fix compatibility with distributed >= 2022.5.1 and traitlets >= 5.2.0, and raise the lower bound of required versions #573 incorrectly made the client require some other version while also fixing the incompatibility with those versions.