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

Remove dependency on setuptools #470

Closed
rodolfocarobene opened this issue Jun 5, 2023 · 3 comments
Closed

Remove dependency on setuptools #470

rodolfocarobene opened this issue Jun 5, 2023 · 3 comments
Milestone

Comments

@rodolfocarobene
Copy link
Contributor

rodolfocarobene commented Jun 5, 2023

Currently qualang depends on dash that has an undeclared dependency on setuptools, while waiting for a fix from dash (plotly/dash#2557), we will add explicitly the dependency in pyproject.toml.

setuptools = { version = ">67.0.0", optional = true }

qm = ["qm-qua", "qualang-tools", "setuptools"]

This issue is to remember us to remove it, when possible

@alecandido
Copy link
Member

alecandido commented Sep 26, 2023

Not yet in a release, but the problem has been solved in the development branch:
plotly/dash@2bb4f12

@stavros11
Copy link
Member

Not sure if it will fix this issue, but noting that I am also expecting newer releases for qm-qua and qualang_tools for fixing the py3.11 issue (#588). Hopefully we can resolve both then.

@scarrazza scarrazza added this to the Qibolab 0.1.3 milestone Oct 10, 2023
@scarrazza scarrazza modified the milestones: Qibolab 0.1.3, Qibolab 0.1.4 Nov 2, 2023
@stavros11
Copy link
Member

setuptools is now a requirement for the latest versions of dash so I removed it from our requirements in #644.

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