Skip to content

0.3.0 does not depend on jupyterlite-core #15

@bollwyvl

Description

@bollwyvl

Description

This does not have PEP 621 dependencies on jupyterlite-javascript-kernel

Reproduce

Given:

# environment.yml
channels: [conda-forge]
dependencies:
- python
- pip
- pip:
  - jupyterlite-javascript-kernel

Then

mamba upgrade --file environment.yml --prefix .venv
source activate .venv
pip list | grep jupyter

See:

jupyterlite_javascript_kernel 0.3.0

Expected behavior

jupyter_core x.x.x
jupyterlite-core 0.3.0
jupyterlite_javascript_kernel 0.3.0

Context

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions