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

[bazel] upgrade cython package #45436

Merged
merged 3 commits into from
May 21, 2024
Merged

[bazel] upgrade cython package #45436

merged 3 commits into from
May 21, 2024

Conversation

aslonnie
Copy link
Collaborator

@aslonnie aslonnie commented May 19, 2024

to 0.29.37; required for bazel upgrade.

@aslonnie aslonnie added the go Trigger full test run on premerge label May 19, 2024
@aslonnie

This comment was marked as outdated.

@aslonnie

This comment was marked as outdated.

@aslonnie
Copy link
Collaborator Author

seems that I need to stick with 0.29.x

to latest release 3.0.10

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
@@ -183,7 +183,7 @@
subprocess.run(
"sudo apt-get install -y build-essential curl unzip psmisc".split(" ")
)
subprocess.run("pip install cython==0.29.26 pytest".split(" "))
subprocess.run("pip install cython==0.29.37 pytest".split(" "))
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@sven1977 , do the rllib people still use this bisect tool?

fwiw, we have repo wide bisect tool now.

Copy link
Collaborator

@can-anyscale can-anyscale left a comment

Choose a reason for hiding this comment

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

tests passed ;)

@aslonnie
Copy link
Collaborator Author

ping for review.

@aslonnie
Copy link
Collaborator Author

hoping to get review from at least @jjyao and @sven1977

Copy link
Contributor

@jjyao jjyao left a comment

Choose a reason for hiding this comment

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

Thanks a lot for this!!

@aslonnie
Copy link
Collaborator Author

ok I am merging. @sven1977 (or any one else), if you need to revert this or some files in this, let me know.

@aslonnie aslonnie merged commit fab4bcb into master May 21, 2024
6 checks passed
@aslonnie aslonnie deleted the lonnie-240519-cythonup branch May 21, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Trigger full test run on premerge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants