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

Limit pyparsing module #3589

Merged
merged 1 commit into from Nov 7, 2022

Conversation

p-wysocki
Copy link
Contributor

There is a failing check on Python 3.10 CI at openvinotoolkit/openvino#12578 (e2e-tests-linux-ubuntu20-pip-conflicts).

After a lengthy investigation and reproducing the issue locally, we found that matplotlib package is dependent on pyparsing and it installs pyparsing==3.0.9 (through a pyparsing>=2.2.1 requirement), which is incompatible with other project dependencies.

@eaidova eaidova merged commit fe6a679 into openvinotoolkit:master Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants