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.
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
PyPI config and instruction #999
PyPI config and instruction #999
Changes from 5 commits
ff7d619
094c3a3
af1cd49
8c3fcc3
de4a918
96c4236
f41bc25
a60d6fe
7fc5642
95095b6
38e951f
bf82aa3
a565f87
5974043
2553731
5f501a3
93a3139
eb254df
130c651
3b276f2
c5104bb
fa0a6d0
bce6d3c
26cb72e
05e4342
58abde4
ce9efef
38ac611
5f08e0a
1d3720d
d9aab78
b1f00b2
f3e928b
7ef123e
6ccb49b
497bced
c7cd315
e1a6829
ef10e6b
8fe5101
7b567f1
5e18d11
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we require < 3.10 explicitly in our docs, is there some way we can specify it here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thinking more about it, this article provides very good arguments for not capping the version. Maybe we can let it be unless we have a strong dependency on <3.10?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh, good discussion! I think the only dependency for <3.10 is our current ray==1.10.0. The problem should be fixed by #969.