Skip to content

Commit

Permalink
tweak pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Nov 11, 2024
1 parent ed21567 commit 0ea5bd8
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,20 @@ dependencies = [


[project.optional-dependencies]
tensor = ["matplotlib>=2.0", "networkx>=2.3"]
advanced_solvers = ["mpi4py", "petsc4py", "slepc4py"]
tests = ["coverage", "pytest", "pytest-cov"]
tensor = [
"matplotlib>=2.0",
"networkx>=2.3"
]
advanced_solvers = [
"mpi4py",
"petsc4py",
"slepc4py"
]
tests = [
"coverage",
"pytest",
"pytest-cov"
]
docs = [
"astroid<3.0.0",
"autoray>=0.6.12",
Expand All @@ -61,7 +72,7 @@ docs = [
"Documentation" = "https://quimb.readthedocs.io/"
"Repository" = "https://github.com/jcmgray/quimb/"
"Issues" = "https://github.com/jcmgray/quimb/issues"
"Changelog" = "https://github.com/jcmgray/quimb/releases"
"Changelog" = "https://quimb.readthedocs.io/en/latest/changelog.html"

[build-system]
requires = ["hatchling", "hatch-vcs"]
Expand Down

0 comments on commit 0ea5bd8

Please sign in to comment.