File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -169,4 +169,4 @@ jobs:
169
169
- name : Set asv machine
170
170
run : asv machine --yes
171
171
- 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
Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ dependencies = [
28
28
dynamic = [" version" ]
29
29
30
30
[project .optional-dependencies ]
31
- bench = [" asv~=0.5 " , " virtualenv~=20.22" ]
31
+ bench = [" asv~=0.6.0 " , " packaging~=23.1 " , " virtualenv~=20.22" ]
32
32
docs = [
33
33
" Sphinx~=6.2" ,
34
34
" ipython~=8.12" ,
35
35
" jinja2<4.0" ,
36
36
" jupyter~=1.0" ,
37
- " nbsphinx~=0.9" ,
37
+ " nbsphinx~=0.9.0 " ,
38
38
" pydata-sphinx-theme~=0.13" ,
39
39
" sphinx-autobuild==2021.3.14" ,
40
- " sphinx-design~=0.4 " ,
40
+ " sphinx-design~=0.5.0 " ,
41
41
" sphinxcontrib-fulltoc~=1.2" ,
42
42
]
43
43
jinja2 = [" jinja2<4.0" ]
@@ -55,7 +55,7 @@ test = [
55
55
" pre-commit~=3.2" ,
56
56
" pytest-cov~=4.0" ,
57
57
" pytest-mock~=3.10" ,
58
- " pytest-recording~=0.13" ,
58
+ " pytest-recording~=0.13.0 " ,
59
59
" pytest~=7.3" ,
60
60
" ruff==0.0.285" ,
61
61
" types-html5lib~=1.1" ,
You can’t perform that action at this time.
0 commit comments