From 4aecb0f0826240d362543c0cccc5a9a46d752848 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 18 Nov 2025 21:19:05 -0700 Subject: [PATCH] Use jupyter-myst-build-proxy from conda-forge --- docker/environment.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docker/environment.yml b/docker/environment.yml index 025aba1..e2ea959 100644 --- a/docker/environment.yml +++ b/docker/environment.yml @@ -41,6 +41,7 @@ dependencies: # Publishing - "mystmd" - "typst" + - "jupyter-myst-build-proxy >=0.5.0" # Testing and validation - "ruff" @@ -52,8 +53,3 @@ dependencies: # Infrastructure - "jupyter-server-proxy" # Enable proxying MyST sites built from CLI, accessed at `$PREFIX/proxy/$PORT` - - # Pip-only dependencies... ideally we get these on conda-forge. - - "pip" - - pip: - - "jupyter-myst-build-proxy >=0.5.0"