Skip to content

Commit

Permalink
Merge pull request #93 from lincc-frameworks/dependabot/pip/asv-0.6.4
Browse files Browse the repository at this point in the history
Bump asv from 0.6.3 to 0.6.4
  • Loading branch information
jeremykubica committed Sep 16, 2024
2 parents c7ecfa5 + b0466a4 commit 2fb1c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
[project.optional-dependencies]
dev = [
"asv==0.6.3", # Used to compute performance benchmarks
"asv==0.6.4", # Used to compute performance benchmarks
"fsspec[http]", # Read OpSim file from the web with utils/make_opsim_shorten.py
"jupyter", # Clears output from Jupyter notebooks
"pre-commit", # Used to run checks before finalizing a git commit
Expand Down

0 comments on commit 2fb1c0f

Please sign in to comment.