Skip to content

Commit 922707d

Browse files
authored
Use three digits for ~= v0.* deps (#1211)
* deps: use three digits for ~= v0.* deps * ci: remove `--strict` from bench check
1 parent 2db7613 commit 922707d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ jobs:
169169
- name: Set asv machine
170170
run: asv machine --yes
171171
- name: Check benchmarks
172-
run: asv run -a repeat=1 -a rounds=1 --strict HEAD
172+
run: asv run -a repeat=1 -a rounds=1 HEAD

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ dependencies = [
2828
dynamic = ["version"]
2929

3030
[project.optional-dependencies]
31-
bench = ["asv~=0.5", "virtualenv~=20.22"]
31+
bench = ["asv~=0.6.0", "packaging~=23.1", "virtualenv~=20.22"]
3232
docs = [
3333
"Sphinx~=6.2",
3434
"ipython~=8.12",
3535
"jinja2<4.0",
3636
"jupyter~=1.0",
37-
"nbsphinx~=0.9",
37+
"nbsphinx~=0.9.0",
3838
"pydata-sphinx-theme~=0.13",
3939
"sphinx-autobuild==2021.3.14",
40-
"sphinx-design~=0.4",
40+
"sphinx-design~=0.5.0",
4141
"sphinxcontrib-fulltoc~=1.2",
4242
]
4343
jinja2 = ["jinja2<4.0"]
@@ -55,7 +55,7 @@ test = [
5555
"pre-commit~=3.2",
5656
"pytest-cov~=4.0",
5757
"pytest-mock~=3.10",
58-
"pytest-recording~=0.13",
58+
"pytest-recording~=0.13.0",
5959
"pytest~=7.3",
6060
"ruff==0.0.285",
6161
"types-html5lib~=1.1",

0 commit comments

Comments
 (0)