Skip to content

Commit

Permalink
Add networkx
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspinder committed Aug 18, 2024
1 parent b9247a4 commit a48d758
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ dependencies = [
"xdoctest>=1.1.1",
"mktestdocs>=0.2.1",
"isort",
"networkx",
]

[tool.hatch.envs.dev.scripts]
Expand All @@ -93,8 +94,8 @@ format = [
"ruff format ./gpjax ./tests",
"ruff check --fix .",
]
test = "pytest -vv -n auto ."
coverage = "pytest -vv --cov=./gpjax --cov-report=xml:./coverage.xml"
test = "pytest . -vv -n auto"
coverage = "pytest . -vv --cov=./gpjax --cov-report=xml:./coverage.xml"
docstrings = "xdoctest ./gpjax"

[project.urls]
Expand Down

0 comments on commit a48d758

Please sign in to comment.