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.1.1 #12

Merged
merged 3 commits into from
May 14, 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
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set version = "2.1.0" %}
{% set jupyterlab_version = ">=4.0.5" %}
{% set version = "2.1.1" %}
{% set jupyterlab_version = ">=4.0.5,<4.2" %}

package:
name: jupyter-collaboration
version: {{ version }}

source:
url: https://pypi.io/packages/source/j/jupyter-collaboration/jupyter_collaboration-{{ version }}.tar.gz
sha256: aea653e1a83b5bf62d6c3f74f4c7e49dba03cc76b667a38e1e137f71dc30e20c
sha256: 4f50c25c6d81126c16deaf92d2bd78a39b2fcb86690dce696b4006b740d71c1f

build:
noarch: python
Expand All @@ -26,7 +26,7 @@ requirements:
- python >=3.8
- jupyter_server >=2.0.0,<3.0.0
- jupyter_ydoc >=2.0.1,<3.0.0
- pycrdt-websocket >=0.13.1,<0.14.0
- pycrdt-websocket >=0.13.4,<0.14.0
- jupyter_events >=0.10.0
- jupyter_server_fileid >=0.7.0,<1
- jsonschema >=4.18.0
Expand Down