-
Notifications
You must be signed in to change notification settings - Fork 12
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
Eliminate deprecation warnings #196
Conversation
229 --> 166 warnings
@@ -45,7 +45,8 @@ | |||
include_package_data=True, | |||
install_requires=[ | |||
"pytket ~= 1.21", | |||
"qiskit ~= 0.44.0", | |||
"qiskit ~= 0.44.3", |
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.
Do you want to put this into the changelog?
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.
Yes, I forgot to commit it...
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.
Done.
@@ -45,7 +45,8 @@ | |||
include_package_data=True, | |||
install_requires=[ | |||
"pytket ~= 1.21", | |||
"qiskit ~= 0.44.0", | |||
"qiskit ~= 0.44.3", | |||
"qiskit-algorithms ~= 0.2.1", |
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.
See above
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.
Done.
Closes #19 .
There remains one warning (out of 229 initially), but this is coming from inside qiskit.