This commit is contained in:
Steven Silvester 2022-11-19 16:14:36 -06:00
parent 7c7d400535
commit e539e80e79
2 changed files with 3 additions and 3 deletions

View File

@ -9,12 +9,12 @@ runs:
- name: Install dependencies
shell: bash
run: |
python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a30,<5" build
python -m pip install hatch
- name: Build pypi distributions
shell: bash
run: |
python -m build
hatch build
- name: Build npm distributions
shell: bash

View File

@ -31,7 +31,7 @@ classifiers = [
]
dependencies = [
"jupyter_server>=1.16.0,<2",
"importlib-resources>=1.4;python_version<\"3.9\"",
"importlib-resources>=5.0;python_version<\"3.9\"",
"jupyterlab>=4.0.0a30,<5",
"jupyterlab_server>=2.13,<3",
"notebook_shim>=0.1,<0.2",