We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab03c72 commit 73827a2Copy full SHA for 73827a2
pixi.toml
@@ -1,9 +1,14 @@
1
[project]
2
-authors = ["Dan Allan <dallan@bnl.gov>"]
+authors = [
3
+ "Dan Allan <dallan@bnl.gov>",
4
+ "Brigitta Sipőcz <brigitta.sipocz@gmail.com>",
5
+ "Ross Barnowski <rossbar@caltech.edu>",
6
+ "Kyle Sunden <git@ksunden.space>",
7
+]
8
channels = ["conda-forge"]
9
description = "Add a short description here"
-name = "interactive-tutorial-demo"
-platforms = ["linux-64"]
10
+name = "executable-tutorials"
11
+platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"]
12
version = "0.1.0"
13
14
[tasks]
0 commit comments