Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"asv==0.6.5", # Used to compute performance benchmarks
"virtualenv==20.35.3", # Temporary fix to airspeed-velocity/asv#1484
"virtualenv==20.35.4", # Temporary fix to airspeed-velocity/asv#1484
"black", # Used for static linting of files
"jupyter", # Clears output from Jupyter notebooks
"pre-commit", # Used to run checks before finalizing a git commit
Expand Down