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

Drop dependency on qiskit-algorithms #482

Merged
merged 1 commit into from
Feb 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/test_development_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
python tools/extremal-python-dependencies.py pin-dependencies \
"qiskit @ git+https://github.com/Qiskit/qiskit.git@stable/0.46#subdirectory=qiskit_pkg" \
"qiskit-ibm-runtime @ git+https://github.com/Qiskit/qiskit-ibm-runtime.git" \
"qiskit-algorithms @ git+https://github.com/qiskit-community/qiskit-algorithms.git" \
--inplace
- name: Modify tox.ini for more thorough check
shell: bash
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies = [
"rustworkx>=0.13.0",
"qiskit-aer>=0.12.0",
"qiskit>=0.45.0, <1.0",
"qiskit-algorithms>=0.2.1",
"qiskit-ibm-runtime>=0.12.2",
]

Expand Down
2 changes: 1 addition & 1 deletion releasenotes/notes/remove-forging-340dc643092a747a.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
other:
- |
Removed the entanglement forging tool, as the Qiskit application modules are no longer supported, and packages in ``Qiskit-Extensions`` may not have dependency on those modules.
Removed the entanglement forging tool, as the Qiskit application modules are no longer supported, and packages in ``Qiskit-Extensions`` may not have dependency on those modules. With this change, CKT no longer depends on ``qiskit-algorithms`` or Qiskit Nature.