Skip to content

Commit 8ba0286

Browse files
feat: Add Pixi workspace
* Add Pixi workspace for linux-64 and osx-arm64. * Have 'default' environment not include Jupyter dependencies for better integration with Binder and have the default environment for running be the 'jupyter' environment. * Add missing seaborn and awkward requirements from notebooks.
1 parent 8d852fa commit 8ba0286

4 files changed

Lines changed: 8670 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SCM syntax highlighting & preventing 3-way merges
2+
pixi.lock merge=binary linguist-language=YAML linguist-generated=true -diff

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# pixi environments
2+
.pixi/*
3+
!.pixi/config.toml

0 commit comments

Comments
 (0)