Skip to content

Commit

Permalink
Move dependencies into rail (from rail_pipelines)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliviaLynn authored Apr 17, 2024
1 parent a403e62 commit 29cab05
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 29cab05

Please sign in to comment.