Skip to content

Commit 0c8e33c

Browse files
authored
Use jupyter-myst-build-proxy from conda-forge (#38)
1 parent 5d98ffd commit 0c8e33c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docker/environment.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dependencies:
4141
# Publishing
4242
- "mystmd"
4343
- "typst"
44+
- "jupyter-myst-build-proxy >=0.5.0"
4445

4546
# Testing and validation
4647
- "ruff"
@@ -52,8 +53,3 @@ dependencies:
5253

5354
# Infrastructure
5455
- "jupyter-server-proxy" # Enable proxying MyST sites built from CLI, accessed at `$PREFIX/proxy/$PORT`
55-
56-
# Pip-only dependencies... ideally we get these on conda-forge.
57-
- "pip"
58-
- pip:
59-
- "jupyter-myst-build-proxy >=0.5.0"

0 commit comments

Comments
 (0)