Skip to content

Commit

Permalink
Update pixi.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielTollenaar committed Jul 19, 2024
1 parent a85cf09 commit 34bef4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ hydamo = { path = "src/hydamo", editable = true }
ribasim_nl = { path = "src/ribasim_nl", editable = true }
bokeh_helpers = { path = "src/bokeh_helpers", editable = true }

[feature.dev.pypi-dependencies]
ribasim = { path = "../Ribasim/python/ribasim", editable = true }
# [feature.dev.pypi-dependencies]
# ribasim = { path = "../Ribasim/python/ribasim", editable = true }

[feature.prod.dependencies]
ribasim = "==2024.9.0"

[environments]
default = { features = ["common", "prod"] }
dev = { features = ["common", "dev"] }
# dev = { features = ["common", "dev"] }

0 comments on commit 34bef4f

Please sign in to comment.