Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
salmma committed Aug 6, 2024
1 parent 430b4dc commit 4db5267
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 55 deletions.
8 changes: 3 additions & 5 deletions app/tket_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,13 @@ def get_backend(provider, qpu):
backend = BraketBackend(device=qpu_name_for_request, device_type='qpu', provider=qpu_provider_for_aws,
region=aws_qpu_to_region[provider], aws_session=aws_session)
return backend
""" Disabled as migration from pyquil v2 -> v3 is non-trivial
if provider.lower() == "rigetti":
# Create a connection to the forest SDK
connection = ForestConnection(
sync_endpoint=f"http://{qvm_hostname}:{qvm_port}",
compiler_endpoint=f"tcp://{quilc_hostname}:{quilc_port}")
connection = QCSClient(qvm_url=f"http://{qvm_hostname}:{qvm_port}",
quilc_url=f"tcp://{quilc_hostname}:{quilc_port}")

return ForestBackend(qpu, simulator=True, connection=connection)
"""

# Default if no provider matched
return None

Expand Down
2 changes: 1 addition & 1 deletion requirements-unfrozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rq
SQLAlchemy
urllib3
gunicorn
pytket==1.29.0
pytket
pytket-qiskit==0.54.1
pytket-pyquil
pytket-braket
Expand Down
80 changes: 31 additions & 49 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
alembic==1.13.1
amazon-braket-default-simulator==1.24.0
alembic==1.13.2
amazon-braket-default-simulator==1.26.0
amazon-braket-schemas==1.22.0
amazon-braket-sdk==1.81.1
amazon-braket-sdk==1.84.0
aniso8601==9.0.1
annotated-types==0.7.0
antlr4-python3-runtime==4.9.2
anyio==4.4.0
apispec==6.6.1
async-timeout==4.0.3
attrs==21.4.0
backoff==2.2.1
backports.entry-points-selectable==1.3.0
blinker==1.8.2
boltons==24.0.0
boto3==1.34.133
boto3-stubs==1.34.133
botocore==1.34.133
botocore-stubs==1.34.132
certifi==2024.6.2
boto3==1.34.153
boto3-stubs==1.34.153
botocore==1.34.153
botocore-stubs==1.34.153
certifi==2024.7.4
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
cloudpickle==2.2.1
cryptography==42.0.8
cryptography==43.0.0
Deprecated==1.2.14
dill==0.3.8
Flask==3.0.3
Expand All @@ -33,18 +30,13 @@ Flask-SQLAlchemy==3.1.1
graphviz==0.20.3
greenlet==3.0.3
gunicorn==22.0.0
h11==0.14.0
httpcore==0.16.3
httpx==0.23.3
ibm-cloud-sdk-core==3.20.1
ibm-platform-services==0.54.1
ibm-cloud-sdk-core==3.20.4
ibm-platform-services==0.55.2
idna==3.7
iso8601==1.1.0
itsdangerous==2.2.0
Jinja2==3.1.4
jmespath==1.0.1
lark==0.11.3
lark-parser==0.12.0
lark==1.1.9
Mako==1.3.5
MarkupSafe==2.1.5
marshmallow==3.21.3
Expand All @@ -56,61 +48,51 @@ nest-asyncio==1.6.0
networkx==3.3
numpy==1.26.4
openpulse==0.5.0
openqasm3==0.5.0
openqasm3==1.0.0
opt-einsum==3.3.0
oqpy==0.3.6
packaging==23.2
pbr==6.0.0
psutil==6.0.0
pycparser==2.22
pydantic==2.7.4
pydantic_core==2.18.4
PyJWT==2.8.0
pyquil==3.5.4
pyspnego==0.11.0
pydantic==2.8.2
pydantic_core==2.20.1
PyJWT==2.9.0
pyquil==4.14.0
pyspnego==0.11.1
python-dateutil==2.9.0.post0
python-rapidjson==1.17
pytket==1.27.0
pytket-braket==0.36.0
pytket-pyquil==0.35.0
python-rapidjson==1.19
pytket==1.31.0
pytket-braket==0.37.0
pytket-pyquil==0.36.0
pytket-qiskit==0.54.1
pytz==2024.1
pyzmq==26.0.3
qcs-api-client==0.21.6
qcs-sdk-python==0.17.9
pyzmq==26.1.0
qcs-sdk-python==0.19.2
qiskit==1.1.1
qiskit-aer==0.14.2
qiskit-algorithms==0.3.0
qiskit-ibm-runtime==0.24.1
quil==0.10.0
qiskit-ibm-runtime==0.26.0
quil==0.11.2
qwasm==1.0.1
redis==5.0.6
requests==2.32.2
redis==5.0.8
requests==2.32.3
requests_ntlm==1.3.0
retrying==1.3.4
rfc3339==6.2
rfc3986==1.5.0
rpcq==3.11.0
rq==1.16.2
ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.8
rustworkx==0.14.2
rustworkx==0.15.1
s3transfer==0.10.2
scipy==1.14.0
six==1.16.0
sniffio==1.3.1
SQLAlchemy==2.0.31
stevedore==5.2.0
symengine==0.11.0
sympy==1.12.1
tenacity==8.4.2
toml==0.10.2
sympy==1.13.1
traitlets==5.14.3
types-awscrt==0.20.12
types-awscrt==0.21.2
types-Deprecated==1.2.9.20240311
types-pkg-resources==0.1.3
types-python-dateutil==2.9.0.20240316
types-retry==0.9.9.4
types-s3transfer==0.10.1
typing_extensions==4.12.2
urllib3==2.2.2
Expand Down

0 comments on commit 4db5267

Please sign in to comment.