forked from Quantinuum/guppy-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 845 Bytes
/
Copy pathpyproject.toml
File metadata and controls
32 lines (29 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[project]
name = "guppy-docs"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.10,<4"
dependencies = [
"guppylang~=0.21.3",
"jupyter>=1.1.0",
"matplotlib>=3.9.2",
"networkx>=3.4.2",
"tket~=0.12.1",
]
[tool.uv]
prerelease = "allow"
[tool.uv.sources]
# guppylang = { git = "https://github.com/CQCL/guppylang/", rev = "8efeb3c", subdirectory = "guppylang" }
# hugr = { git = "https://github.com/cqcl/hugr.git", rev = "fe98ba1", subdirectory = "hugr-py" }
# tket2 = { git = "https://github.com/CQCL/tket2", subdirectory = "tket2-py", rev = "309879e" }
[dependency-groups]
dev = [{ include-group = "docs" }]
docs = [
"furo>=2024.8.6",
"myst-nb>=1.1.2",
"sphinx-copybutton>=0.5.2",
"sphinx-design>=0.6.1",
"sphinxcontrib-googleanalytics>=0.4",
"quantinuum-sphinx~=0.2.0",
]