Skip to content

Commit

Permalink
Use three digits for ~= v0.* deps (#1211)
Browse files Browse the repository at this point in the history
* deps: use three digits for ~= v0.* deps

* ci: remove `--strict` from bench check
  • Loading branch information
gadomski authored Aug 29, 2023
1 parent 2db7613 commit 922707d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ jobs:
- name: Set asv machine
run: asv machine --yes
- name: Check benchmarks
run: asv run -a repeat=1 -a rounds=1 --strict HEAD
run: asv run -a repeat=1 -a rounds=1 HEAD
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ dependencies = [
dynamic = ["version"]

[project.optional-dependencies]
bench = ["asv~=0.5", "virtualenv~=20.22"]
bench = ["asv~=0.6.0", "packaging~=23.1", "virtualenv~=20.22"]
docs = [
"Sphinx~=6.2",
"ipython~=8.12",
"jinja2<4.0",
"jupyter~=1.0",
"nbsphinx~=0.9",
"nbsphinx~=0.9.0",
"pydata-sphinx-theme~=0.13",
"sphinx-autobuild==2021.3.14",
"sphinx-design~=0.4",
"sphinx-design~=0.5.0",
"sphinxcontrib-fulltoc~=1.2",
]
jinja2 = ["jinja2<4.0"]
Expand All @@ -55,7 +55,7 @@ test = [
"pre-commit~=3.2",
"pytest-cov~=4.0",
"pytest-mock~=3.10",
"pytest-recording~=0.13",
"pytest-recording~=0.13.0",
"pytest~=7.3",
"ruff==0.0.285",
"types-html5lib~=1.1",
Expand Down

0 comments on commit 922707d

Please sign in to comment.