Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jupyter-collaboration v2.0.5 #9

Merged
merged 2 commits into from
Mar 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% set version = "2.0.4" %}
{% set jupyterlab_version = ">=4.0.5" %}
{% set version = "2.0.5" %}
{% set jupyterlab_version = ">=4.0.5" %}

package:
Expand All @@ -7,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/j/jupyter-collaboration/jupyter_collaboration-{{ version }}.tar.gz
sha256: dcddf0e892744876b51180440ff694d60d085fd9c31dfe22b1e18fc042b5ce9c
sha256: 6906191a2c9aec4ddb9705645b1eb0d876f6334bffcfd74e314ef61065b86828

build:
noarch: python
Expand All @@ -27,7 +28,7 @@ requirements:
- jupyter_server >=2.0.0,<3.0.0
- jupyter_ydoc >=2.0.1,<3.0.0
- pycrdt-websocket >=0.12.6,<0.13.0
- jupyter_events >=0.7.0
- jupyter_events >=0.10.0
- jupyter_server_fileid >=0.7.0,<1
- jsonschema >=4.18.0
run_constrained:
Expand Down