Skip to content

Commit

Permalink
Merge pull request #131 from LSSTDESC/issue/123/move-deps
Browse files Browse the repository at this point in the history
Move dependencies into rail (from rail_pipelines)
  • Loading branch information
ztq1996 committed Apr 23, 2024
2 parents a403e62 + 29cab05 commit a417215
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,27 @@ dependencies = [
# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
[project.optional-dependencies]
algos = [
"pz-rail-pipelines[full]",
"pz-rail-astro-tools",
"pz-rail-bpz",
"pz-rail-cmnn",
"pz-rail-dsps",
"pz-rail-flexzboost",
"pz-rail-fsps",
"pz-rail-gpz-v1",
"pz-rail-pzflow",
"pz-rail-sklearn",
"pz-rail-som",
"qp-prob[full]",
]

nb = [
"pz-rail-pipelines[full]",
"pz-rail[algos]",
"jupyter",
"seaborn",
]

dev = [
"pz-rail-pipelines[full]",
"pz-rail[algos]",
"jupyter",
"seaborn",
"corner",
Expand Down

0 comments on commit a417215

Please sign in to comment.