Skip to content

Commit

Permalink
Add nox as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Jan 29, 2024
1 parent f272548 commit 66ad1e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ awkward = [
]
dev = [
"awkward>=1.2",
"nox",
'numba>=0.57; python_version < "3.12"',
"papermill>=2.4",
"pytest>=6",
Expand All @@ -64,6 +65,7 @@ docs = [
"sphinx_copybutton",
]
test = [
"nox",
"papermill>=2.4",
"pytest>=6",
"pytest-cov>=3",
Expand Down

0 comments on commit 66ad1e9

Please sign in to comment.