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

Update the package to support python >=3.11 #307

Closed
KilianPoirier opened this issue Apr 22, 2024 · 3 comments · May be fixed by #311
Closed

Update the package to support python >=3.11 #307

KilianPoirier opened this issue Apr 22, 2024 · 3 comments · May be fixed by #311
Assignees

Comments

@KilianPoirier
Copy link
Collaborator

KilianPoirier commented Apr 22, 2024

Issue Description

OpenQAOA currently only supports python>=3.8, <3.11. Updating the python version requirements would improve performances (10-60% faster for python 3.11).

Changes to be made

Update the python version and fix the installation requirements.

At the moment, the main change is the removal of setuptools in the default creation of a new virtual environment.

The files that should be impacted are:

  • Requirements of the core package src/openqaoa-core/requirements.txt
  • Setup of the GitHub workflows .github/workflows/
@rodolfocarobene
Copy link

Hi! I would like to work on this issue :-)

@KilianPoirier
Copy link
Collaborator Author

Sure @rodolfocarobene please go ahead!

@rodolfocarobene
Copy link

Thanks @KilianPoirier ! Could we please close this issue? I think this is required for the Hackaton. Indeed it results still not "resolved" (https://unitaryhack.dev/bounties/)

Originally posted by @rodolfocarobene in #311 (comment)

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 a pull request may close this issue.

2 participants