diff --git a/pyproject.toml b/pyproject.toml index df86de7..d613192 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ # On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes) [project.optional-dependencies] dev = [ - "asv==0.6.1", # Used to compute performance benchmarks + "asv==0.6.4", # Used to compute performance benchmarks "black", # Used for static linting of files "jupyter", # Clears output from Jupyter notebooks "pre-commit", # Used to run checks before finalizing a git commit