Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 51k
Upgrade to Python 3.12#9576
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
Uh oh!
There was an error while loading. Please reload this page.
Upgrade to Python 3.12 #9576
Changes from all commits
ace1984430f9c5d07a378e77c4b0f6e29bfFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| # DISABLED!! | ||
| #!/usr/bin/env python3 | ||
| """ | ||
| Deutsch-Jozsa Algorithm is one of the first examples of a quantum | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| # DISABLED!! | ||
| #!/usr/bin/env python3 | ||
| """ | ||
| Build a half-adder quantum circuit that takes two bits as input, | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -9,15 +9,15 @@ opencv-python | ||
| pandas | ||
| pillow | ||
| projectq | ||
| qiskit | ||
| qiskit-aer | ||
| qiskit ; python_version < '3.12' | ||
| qiskit-aer ; python_version < '3.12' | ||
| requests | ||
| rich | ||
| scikit-fuzzy | ||
| scikit-learn | ||
| statsmodels | ||
| sympy | ||
| tensorflow | ||
| tensorflow ; python_version < '3.12' | ||
Comment on lines
+12
to
+20
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we should open a tracking issue for remaining dependencies and mark it as "good first issue". | ||
| texttable | ||
| tweepy | ||
| xgboost | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove this now, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will allow me to play with Python 3.11 and will sit dorment until we update line 15.