Skip to content

Commit

Permalink
PySide6
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed May 27, 2024
1 parent b963171 commit 90859fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// Conda and Mamba
"ghcr.io/mamba-org/devcontainer-features/micromamba:1": {
"channels": "conda-forge",
"packages": "conda mamba python ipython jupyterlab pre-commit h5py vtk pyside6"
"packages": "conda mamba python h5py vtk pyside6"
},
// Docker interface with host's Docker service
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
Expand Down Expand Up @@ -155,7 +155,7 @@
// precisely what we want: prevent users from accidentally cluttering their user site-packages folder
"disable-pip-user-installs": "pip config set install.system true",
// Install MNE in editabe mode
// "install-mne-editable": "pip install -e '.[full,dev,test_extra]'",
"install-mne": "pip install -e '.[full-pyside6,dev,test_extra]'",
// Create XDG_RUNTIME_DIR
"create-xdg-runtime-dir": "mkdir -p -m 0700 $XDG_RUNTIME_DIR"
},
Expand Down

0 comments on commit 90859fe

Please sign in to comment.