You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/pixi_manifest/src/toml/snapshots/pixi_manifest__toml__manifest__test__run_dependencies_in_feature.snap
Copy file name to clipboardExpand all lines: schema/model.py
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -333,10 +333,6 @@ class PyPIVersion(_PyPIRequirement):
333
333
None,
334
334
description="The build `conda` dependencies, used in the build process. See https://pixi.sh/latest/build/dependency_types/ for more information.",
335
335
)
336
-
DevDependenciesField=Field(
337
-
None,
338
-
description="The development `conda` dependencies, installed for development workflows. See https://pixi.sh/latest/build/dependency_types/ for more information.",
339
-
)
340
336
RunDependenciesField=Field(
341
337
None,
342
338
description="The `conda` dependencies required at runtime. See https://pixi.sh/latest/build/dependency_types/ for more information.",
@@ -516,7 +512,6 @@ class Target(StrictBaseModel):
0 commit comments