Skip to content

Commit

Permalink
fix(deps): move viz-only deps into 'viz' extras
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumJHays committed Jul 2, 2023
1 parent a68f333 commit d88975d
Show file tree
Hide file tree
Showing 3 changed files with 2,865 additions and 3,006 deletions.
4 changes: 3 additions & 1 deletion jupyterlite-sandbox/build-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name: build-env
channels:
- conda-forge
dependencies:
- python
- python >=3.6,<3.10
- pip
- jupyter_server
- jupyterlite-core
- conda-build
- pydantic=1.* # pydantic 2 leads to an error in jupyterlite somewhere
- pip:
- jupyterlite-xeus-python
- poetry
Loading

0 comments on commit d88975d

Please sign in to comment.