Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/compare-meshes/pixi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[project]
[workspace]
authors = ["Matt McCormick <matt@mmmccormick.com>"]
channels = ["conda-forge"]
description = "Compare meshes with a tolerance for regression testing."
Expand Down
2 changes: 1 addition & 1 deletion packages/compress-stringify/pixi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[project]
[workspace]
authors = ["Matt McCormick <matt@mmmccormick.com>"]
channels = ["conda-forge"]
description = "Zstandard compression and decompression and base64 encoding and decoding in WebAssembly."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function generatePixiToml(project: ProjectSpec) {
return
}

const content = `[project]
const content = `[workspace]
authors = ["${project.author}"]
channels = ["conda-forge"]
description = "${project.packageDescription}"
Expand Down
2 changes: 1 addition & 1 deletion packages/image-io/pixi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[project]
[workspace]
authors = ["Matt McCormick <matt@mmmccormick.com>"]
channels = ["conda-forge"]
description = "Input and output for scientific and medical image file formats."
Expand Down
2 changes: 1 addition & 1 deletion packages/mesh-filters/pixi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[project]
[workspace]
authors = ["Matt McCormick <matt@mmmccormick.com>"]
channels = ["conda-forge"]
description = "Mesh filters to repair, remesh, subdivide, decimate, smooth, triangulate, etc."
Expand Down
2 changes: 1 addition & 1 deletion packages/transform-io/pixi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[project]
[workspace]
authors = ["Matt McCormick <matt@mmmccormick.com>"]
channels = ["conda-forge"]
description = "Input and output for scientific and medical transform file formats."
Expand Down
2 changes: 1 addition & 1 deletion packages/transform/pixi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[project]
[workspace]
authors = ["Matt McCormick <matt@mmmccormick.com>"]
channels = ["conda-forge"]
description = "Pipelines for downsampling images."
Expand Down
Loading