Skip to content

Commit

Permalink
Fix toml
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Sep 1, 2024
1 parent 0adcb97 commit 452303f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ batch = [
"tqdm",
]
dev = [
"ruff"
"pytest"
"ruff",
"pytest",
"pytest-cov",
"sphinx",
"pytest-mock",
Expand All @@ -73,7 +73,7 @@ docs = [
"pydata_sphinx_theme",
"seaborn",
"myst-nb",
"myst-parser", # Markdown in Sphinx
"myst-parser", # Markdown in Sphinx
]

[project.urls]
Expand Down

0 comments on commit 452303f

Please sign in to comment.