Skip to content

Commit e939ebd

Browse files
authored
Merge branch 'main' into vinayswamik-Bug-Fixes
2 parents 5749eb4 + f1d54fa commit e939ebd

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include *.txt *.md
22
recursive-include docs *.txt *.rst *.py *.png *.ico
3-
recursive-include qbraid_algorithms *.py
3+
recursive-include qbraid_algorithms *.py *.qasm
44
prune docs/build/

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sphinx>=7.4,<8.3
2-
sphinx-autodoc-typehints>=1.24,<3.3
2+
sphinx-autodoc-typehints>=1.24,<3.6
33
sphinx-rtd-theme>=2.0.0,<3.0.3
44
docutils<0.23
55
sphinx-copybutton

qbraid_algorithms/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
2020
"""
2121

22-
__version__ = "0.1.0"
22+
__version__ = "0.1.1"

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest
22
pytest-cov
3-
qiskit[qasm3-import]>=2.1.0,<2.2.0
3+
qiskit[qasm3-import]>=2.1.0,<2.3.0
44
qiskit-aer>=0.17.0,<0.18.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
qbraid==0.9.9
1+
qbraid>=0.10.0,<0.11.0
22
pyqasm>=0.5.0,<1.1.0
33
sympy>=1.14.0
44
scipy>=1.16.0

0 commit comments

Comments
 (0)