Skip to content

Commit

Permalink
Add easyunfold, py-sc-fermi and sumo as optional dependencies for fur…
Browse files Browse the repository at this point in the history
…ther analysis (should add to 'Used by' on GitHub)
  • Loading branch information
kavanase committed Jun 26, 2023
1 parent 4efbbd4 commit f718275
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ dependencies = [
"shakenbreak==22.11.1",
]

[project.optional-dependencies]
tests = ["pytest"]
analysis = [
"easyunfold",
"py-sc-fermi",
"sumo",
"nonrad",
#"CarrierCapture.jl"
]

[project.urls]
"Homepage" = "https://github.com/SMTG-UCL/doped"

Expand All @@ -34,6 +44,3 @@ exclude = ["examples*"]

[tool.setuptools.package-data]
doped = ["*.yaml"]

[project.optional-dependencies]
tests = ["pytest"]

0 comments on commit f718275

Please sign in to comment.