Skip to content

Commit

Permalink
chore: tag a stable version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaoyilunnn committed Mar 23, 2024
1 parent 5881b91 commit fd2dc54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ dependencies = [
"cirq_core==1.1.0",
"matplotlib==3.6.3",
"numpy==1.23.4",
"qiskit>=0.39.0,<1.0.0",
"qiskit-aer==0.13.0",
"setuptools>=65.5.1",
"sympy==1.11.1",
"pyquafu==0.3.5",
"qutils @ git+https://github.com/Zhaoyilunnn/qutils.git@main"
"qutils @ git+https://github.com/Zhaoyilunnn/qutils.git@tags/v0.1.0"
]

[tool.setuptools.packages.find]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cirq_core==1.1.0
matplotlib==3.6.3
numpy==1.23.4
qiskit>=0.39.0,<1.0.0
qiskit-aer==0.13.0
setuptools>=65.5.1
sympy==1.11.1
Expand Down

0 comments on commit fd2dc54

Please sign in to comment.