From f7182757891cc2bbe5b55daf9ece95a9e153e20d Mon Sep 17 00:00:00 2001 From: Sean Kavanagh Date: Mon, 26 Jun 2023 15:46:16 +0100 Subject: [PATCH] Add easyunfold, py-sc-fermi and sumo as optional dependencies for further analysis (should add to 'Used by' on GitHub) --- pyproject.toml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d81e42d..dc1b05e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -34,6 +44,3 @@ exclude = ["examples*"] [tool.setuptools.package-data] doped = ["*.yaml"] - -[project.optional-dependencies] -tests = ["pytest"]