Skip to content

Conversation

@frankharkins
Copy link

Updates the code for compatibility with Qiskit 1.0.

I relied only on the tests as I can't test this out in Jupyter due to kdk#4.

@@ -1,8 +1,8 @@
ipython>=8.12.0
ipywidgets==7.6.5
numpy==1.22.2
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove numpy both from requirements and cfg file? I think it is already a dependency in qiskit

@@ -1,8 +1,8 @@
ipython>=8.12.0
ipywidgets==7.6.5
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update ipywidgets to >=8.0.5

python_requires = >=3.8
install_requires =
ipython>=8.12.0
ipywidgets==7.6.5
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comments apply here

@TheGupta2012
Copy link
Owner

I was testing out your changes locally and I have mentioned some dependency changes.

Moreover, the graphviz library needs to be installed in the system for displaying the coupling map of the circuit.

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 this pull request may close these issues.

2 participants