mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
cleanup
This commit is contained in:
parent
7c7d400535
commit
e539e80e79
4
.github/actions/build-dist/action.yml
vendored
4
.github/actions/build-dist/action.yml
vendored
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user