Pin ypy-websocket to 0.2 (#6499)

* Pin `ypy-websocket` to `0.2`

* More pinning

* Pin in build deps
This commit is contained in:
Jeremy Tuloup 2022-08-02 15:39:31 +02:00 committed by GitHub
parent 5ba1fb4dc3
commit a867bb44ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,7 @@ runs:
- name: Install dependencies
shell: bash
run: |
python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a25,<5" build
python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a25,<5" ypy-websocket==0.2 build
- name: Build pypi distributions
shell: bash

View File

@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.0.0a25,<5" hatch
python -m pip install -U "jupyterlab>=4.0.0a25,<5" ypy-websocket==0.2 hatch
jlpm
jlpm run build
@ -81,6 +81,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.0.0a25,<5" pip
python -m pip install -U "jupyterlab>=4.0.0a25,<5" ypy-websocket==0.2 pip
jlpm
jlpm run build

View File

@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.0", "jupyterlab>=4.0.0a25,<5"]
requires = ["hatchling>=1.0", "jupyterlab>=4.0.0a25,<5", "ypy-websocket==0.2"]
build-backend = "hatchling.build"
[project]
@ -34,6 +34,7 @@ dependencies = [
"jupyterlab_server>=2.13,<3",
"notebook_shim>=0.1,<0.2",
"tornado>=6.1.0",
"ypy-websocket==0.2",
]
dynamic = ["version"]