Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .github/workflows/braket-latest-latest.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions .github/workflows/braket-latest-rc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 3 additions & 8 deletions .github/workflows/braket-latest-stable.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions .github/workflows/braket-stable-latest.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 3 additions & 8 deletions .github/workflows/braket-stable-stable.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/ionq-latest-stable.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/ionq-stable-stable.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/qiskit-latest-stable.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/qiskit-stable-stable.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,13 @@
"--device=braket.local.qubit --tb=short --skip-ops -k 'not Sample and not no_0_shots'",
],
"tests_loc": "test/unit_tests",
"additional_setup": dedent("""
- name: Install TF
run: |
pip install tensorflow~=$TF_VERSION keras~=$TF_VERSION

"additional_setup": dedent("""
- name: Install JAX
run: |
pip install jax==$JAX_VERSION jaxlib==$JAX_VERSION"""

),
"additional_env_vars": "TF_VERSION: 2.12.0\n TORCH_VERSION: 2.0.0+cpu\n JAX_VERSION: 0.4.28",
"additional_env_vars": "TORCH_VERSION: 2.9.1+cpu\n JAX_VERSION: 0.7.1",
"no_deprecation_error": True,
},
]
Expand Down
2 changes: 1 addition & 1 deletion workflow-template-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.11"
python-version: "3.12"

{%- if additional_setup is defined %}
{{ additional_setup | indent(6, True) }}
Expand Down
Loading