Skip to content

Commit

Permalink
move pylatexenc to core deps
Browse files Browse the repository at this point in the history
  • Loading branch information
evmckinney9 committed Nov 26, 2023
1 parent ecaf871 commit 4f2d07c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
22 changes: 11 additions & 11 deletions mirage_demo.ipynb

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ dependencies = [
"qiskit==0.43.3",
"qiskit-terra @ git+https://github.com/evmckinney9/qiskit-evmckinney9.git@sqisw-gate",
"networkx",
"pylatexenc",
]

[project.optional-dependencies]
core = [
"monodromy @ git+https://github.com/evmckinney9/monodromy.git",
"transpile_benchy @ git+https://github.com/evmckinney9/transpile_benchy.git@no-mqt",
"transpile_benchy @ git+https://github.com/evmckinney9/transpile_benchy.git",
]
dev = [
"pre-commit",
Expand Down

0 comments on commit 4f2d07c

Please sign in to comment.