Skip to content

Commit

Permalink
Merge branch 'main' into mao/schema_nb
Browse files Browse the repository at this point in the history
  • Loading branch information
maolinml authored Jun 11, 2024
2 parents 4e3ba03 + 208d759 commit 71e4e0c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
pip install hatch
- name: Run integ tests
run: |
hatch run test
hatch run test -p no:cacheprovider
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,6 @@ dmypy.json
# Data intermediates
*.pck
examples/hybrid_jobs/2_Using_PennyLane_with_Braket_Jobs/input-data.adjlist

# Notebook artifacts
*/3_Deep_dive_into_the_anatomy_of_quantum_circuits/device_logs-*.txt
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
botocore==1.34.93
awscli==1.32.93
boto3==1.34.93
amazon-braket-default-simulator==1.23.1
amazon-braket-pennylane-plugin==1.26.0
botocore==1.34.113
awscli==1.32.113
boto3==1.34.113
amazon-braket-default-simulator==1.23.2
amazon-braket-pennylane-plugin==1.27.3
amazon-braket-schemas==1.22.0
amazon-braket-sdk==1.80.0
amazon-braket-algorithm-library==1.4.11
cvxpy==1.4.3
cvxpy==1.5.1
ipykernel==6.29.4
jax==0.4.26
jaxlib==0.4.26
jax==0.4.28
jaxlib==0.4.28
jinja2==3.1.4
markupsafe==2.1.5
matplotlib==3.8.4
matplotlib==3.9.0
ml-dtypes==0.4.0
mypy-extensions==1.0.0
numpy==1.26.4
Expand All @@ -26,4 +26,4 @@ qiskit-aer==0.14.0.1
qiskit-algorithms==0.3.0
qiskit-braket-provider==0.4.0
qiskit==1.0.2
scipy==1.13.0
scipy==1.13.1
5 changes: 0 additions & 5 deletions test/integ_tests/test_all_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,8 @@

if os.environ.get("AWS_DEFAULT_REGION") == "eu-north-1" or os.environ.get("AWS_REGION") == "eu-north-1":
EXTRA_EXCLUDES = [
"Quantum_machine_learning_in_Amazon_Braket_Hybrid_Jobs.ipynb",
"Using_PennyLane_with_Braket_Hybrid_Jobs.ipynb",
"Running_notebooks_as_hybrid_jobs.ipynb",
"2_Graph_optimization_with_QAOA.ipynb",
"Using_The_Adjoint_Gradient_Result_Type.ipynb",
"0_Getting_Started.ipynb",
"0_Creating_your_first_Hybrid_Job.ipynb",
]
EXCLUDED_NOTEBOOKS.extend(EXTRA_EXCLUDES)

Expand Down

0 comments on commit 71e4e0c

Please sign in to comment.