Skip to content

Commit

Permalink
Add missing conda env files for jupyterlite xeus build
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Oct 4, 2023
1 parent 15af2de commit 8f7e76c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contrib/jupyterlite/build-environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: build-env
channels:
- conda-forge
dependencies:
- python
- pip
- jupyter_server
- jupyterlite-core >=0.1.0,<0.2.0
- jupyterlite-xeus-python >=0.9.2,<0.10.0
8 changes: 8 additions & 0 deletions contrib/jupyterlite/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: xeus-python-kernel
channels:
- https://repo.mamba.pm/emscripten-forge
- https://repo.mamba.pm/conda-forge
dependencies:
- numpy
- scipy
- matplotlib

0 comments on commit 8f7e76c

Please sign in to comment.