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

Bump cython in cmake #19473

Merged
merged 18 commits into from
Aug 29, 2023
Merged

Conversation

p-wysocki
Copy link
Contributor

The build worked locally, let's see if it works in CI.

@p-wysocki p-wysocki requested a review from a team as a code owner August 29, 2023 08:55
@github-actions github-actions bot added category: build OpenVINO cmake script / infra category: Python API OpenVINO Python bindings labels Aug 29, 2023
@p-wysocki p-wysocki requested a review from a team as a code owner August 29, 2023 09:12
@p-wysocki p-wysocki requested review from AlexKoff88 and artanokhov and removed request for a team August 29, 2023 09:12
@github-actions github-actions bot added the category: dependency_changes Pull requests that update a dependency file label Aug 29, 2023
@p-wysocki p-wysocki requested a review from a team as a code owner August 29, 2023 09:17
@p-wysocki p-wysocki requested review from tsavina and removed request for a team August 29, 2023 09:17
@github-actions github-actions bot added the category: docs OpenVINO documentation label Aug 29, 2023
@p-wysocki p-wysocki requested a review from a team as a code owner August 29, 2023 09:32
@github-actions github-actions bot added the category: CI OpenVINO public CI label Aug 29, 2023
@moslex moslex added this to the 2023.1 milestone Aug 29, 2023
@p-wysocki p-wysocki requested a review from a team as a code owner August 29, 2023 12:31
@artanokhov artanokhov merged commit 35a1840 into openvinotoolkit:releases/2023/1 Aug 29, 2023
@p-wysocki p-wysocki deleted the cython_bump branch August 29, 2023 14:57
RUN python3 -m venv ~/.venv
RUN . ~/.venv/bin/activate
RUN which python3
RUN python3 -m pip install "cython>=3.0.0" --break-system-packages
Copy link
Contributor

Choose a reason for hiding this comment

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

looks like . ~/.venv/bin/activate does not work as you expected, otherwise --break-system-packages is not required.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll create a cleanup PR today.

p-wysocki added a commit to p-wysocki/openvino that referenced this pull request Sep 1, 2023
ilya-lavrenov added a commit that referenced this pull request Sep 2, 2023
* Revert "Bump cython in cmake (#19473)"

This reverts commit 35a1840.

* Disable cmake check

* Robust detection of Cython version (#19537)

---------

Co-authored-by: Ilya Lavrenov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: build OpenVINO cmake script / infra category: CI OpenVINO public CI category: dependency_changes Pull requests that update a dependency file category: docs OpenVINO documentation category: Python API OpenVINO Python bindings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants