Skip to content

Commit

Permalink
Upgrade Qiskit
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell committed Feb 21, 2024
1 parent 0a5f4d6 commit f0cf04b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PurpleCaffeine: tracking of quantum programs and experiments

[![DOI](https://joss.theoj.org/papers/10.21105/joss.05673/status.svg)](https://doi.org/10.21105/joss.05673)
![Platform](https://img.shields.io/badge/Platform-Linux%20%7C%20macOS%20%7C%20Windows-informational)
[![Python](https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-informational)](https://www.python.org/)
[![Qiskit](https://img.shields.io/badge/Qiskit-%E2%89%A5%200.34.2-6133BD)](https://github.com/Qiskit/qiskit)
[![Python](https://img.shields.io/badge/Python-3.8%20%7C%203.9%20%7C%203.10-informational)](https://www.python.org/)
[![Qiskit](https://img.shields.io/badge/Qiskit-%E2%89%A5%201.0.0-6133BD)](https://github.com/Qiskit/qiskit)
[![Ecosystem](https://raw.githubusercontent.com/qiskit-community/ecosystem/main/badges/PurpleCaffeine.svg)](https://qiskit.org/ecosystem)
[![License](https://img.shields.io/github/license/qiskit-community/quantum-prototype-template?label=License)](https://github.com/IceKhan13/purplecaffeine/blob/main/LICENSE)
[![Code style: Black](https://img.shields.io/badge/Code%20style-Black-000.svg)](https://github.com/psf/black)
Expand Down
4 changes: 2 additions & 2 deletions client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
qiskit>=0.43.0
qiskit-ibm-runtime>=0.10.0
qiskit>=1.0.0
qiskit-ibm-runtime>=0.20.0
pympler~=1.0
boto3>=1.26.133
ipywidgets>=8.0.7
Expand Down
3 changes: 1 addition & 2 deletions client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
keywords="quantum tracking experiments",
packages=setuptools.find_packages(),
install_requires=install_requires,
python_requires=">=3.7",
python_requires=">=3.8",
version=version,
classifiers=[
"Intended Audience :: Developers",
Expand All @@ -33,7 +33,6 @@
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jupyter==1.0.0
nbconvert==7.4.0
nbformat==5.8.0
testcontainers==3.7.1
qiskit_optimization==0.5.0
qiskit_optimization==0.6.0

0 comments on commit f0cf04b

Please sign in to comment.