Skip to content

Commit

Permalink
refactor: add azure env example and remove pyquil dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vprusso committed Feb 14, 2025
1 parent ca8c074 commit e578d2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ AZURE_RESOURCE_GROUP="<AZURE_RESOURCE_GROUP>"
AZURE_WORKSPACE_NAME="<AZURE_WORKSPACE_NAME>"
AZURE_LOCATION="<AZURE_LOCATION>" # e.g. "westus"

AZURE_CLIENT_ID="<AZURE_CLIENT_ID>"
AZURE_CLIENT_SECRET="<AZURE_CLIENT_SECRET>"
AZURE_TENANT_ID="<AZURE_TENANT_ID>"

# IBM
# Obtained at: https://quantum.ibm.com
QISKIT_IBM_TOKEN="<QISKIT_IBM_TOKEN>"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ ruamel-yaml-clib = [
{ version = "0.2.12", markers = "sys_platform == 'darwin' and platform_machine == 'arm64'" },
{ version = "0.2.8", markers = "sys_platform == 'darwin' and platform_machine == 'x86_64'" }
]
pyquil = "^4.16.0"

[tool.poetry.group.dev.dependencies]
mypy = "^1.15.0"
Expand Down

0 comments on commit e578d2c

Please sign in to comment.