Skip to content

Commit c868369

Browse files
authored
Revert "chore(pyproject.toml): bump minor version of bloqade-lanes" (#357)
Reverts #355
1 parent a14d3d0 commit c868369

4 files changed

Lines changed: 1624 additions & 2706 deletions

File tree

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
with:
2323
# Install a specific version of uv.
2424
version: "0.5.1"
25-
enable-cache: false
25+
enable-cache: true
2626
cache-dependency-glob: "uv.lock"
2727

2828
- name: Install Documentation dependencies
29-
run: uv sync --all-extras --group doc
29+
run: uv sync --group doc
3030

3131
- name: Pull bloqade submodules
3232
uses: ./.github/pull_bloqade_submodules

docs/scripts/gen_ref_nav.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"scripts/",
4949
"examples/",
5050
"crates/",
51-
"benchmark",
5251
]
5352

5453

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ classifiers = [
2020
]
2121
requires-python = ">=3.10"
2222
dependencies = [
23-
"bloqade-circuit[cirq,qasm2,qbraid,vis,stim]~=0.14.1",
23+
"bloqade-circuit[cirq,qasm2,qbraid,vis,stim]~=0.14.0",
2424
"bloqade-analog~=0.16.3",
25-
"bloqade-lanes~=0.10.6",
26-
"bloqade-tsim~=0.1.4",
27-
25+
"bloqade-lanes~=0.7.1",
2826
]
2927

3028
[build-system]
@@ -64,7 +62,6 @@ doc = [
6462
"mkdocstrings[python]>=0.27.0",
6563
"mkdocs-jupyter>=0.25.1",
6664
"pygments<2.20",
67-
"ipywidgets>=8.1.0", # trasnient dep, don't remove
6865
]
6966
examples = [
7067
"networkx>=3.4.2",

0 commit comments

Comments
 (0)