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

Version bump rustworkx as 0.13.2 has no wheel for python 3.13 #7025

Open
gone-for-coding opened this issue Feb 24, 2025 · 4 comments
Open

Version bump rustworkx as 0.13.2 has no wheel for python 3.13 #7025

gone-for-coding opened this issue Feb 24, 2025 · 4 comments

Comments

@gone-for-coding
Copy link

There are no wheels for the 0.13.2 rustworkx package for Python 3.13. Thus I need to install rustc and cargo to build a wheel.

For newer versions (>=0.15) wheels exist, so if possible, please update to a newer version, e.g. 0.16. It makes the installation a lot easier. Thanks!

@gone-for-coding gone-for-coding changed the title Version bump rustworkx as 0.13.2 has no wheel on python 3.13 to at least 0.15 Version bump rustworkx as 0.13.2 has no wheel for python 3.13 Feb 24, 2025
@cglanzer
Copy link

Related / Similar topic: #7020 (for networkx)

@taliesins
Copy link

This has added 2 minutes and 30 seconds to my previous 1 minute CI/CD pipeline.

Perhaps we could set dependency to ">=0.13.2" if there are not specific features that the new version breaks.

@Esgrove
Copy link

Esgrove commented Mar 4, 2025

This broke our GitHub Actions PR checks with checkov after updating to a new self-hosted runner with Python 3.13 and no Rust compiler.

rustworkx 0.13.2 was released Oct 3, 2023 and there has been seven releases since so updating that dependency is definitely recommended.

@cglanzer
Copy link

cglanzer commented Mar 5, 2025

Raising awareness for the closely related issue #7020 again - networkx 2.7 was released in February 2022 and is not supported by Checkov. Requirement is networkx<2.7

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

No branches or pull requests

4 participants