Skip to content

Commit

Permalink
Merge pull request #5 from regro-cf-autotick-bot/2.0.1_h50c868
Browse files Browse the repository at this point in the history
jupyter-collaboration v2.0.1
  • Loading branch information
davidbrochart authored Dec 27, 2023
2 parents 895ee08 + ca34e49 commit 8c4635c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
14 changes: 12 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% set version = "2.0.0" %}
{% set jupyterlab_version = ">=4.0.5" %}
{% set version = "2.0.1" %}
{% 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: eed21d0977045f074f80ee47c678c094f19c81567602d50a7ad858ab18a9958f
sha256: 51ce7b93185a8ff0d08b9717fa48d5e0f1917056f15a6cdcf81db8f3ed550182

build:
noarch: python
Expand All @@ -25,8 +26,8 @@ requirements:
run:
- python >=3.8
- jupyter_server >=2.0.0,<3.0.0
- jupyter_ydoc >=2.0.0,<3.0.0
- pycrdt-websocket >=0.12.5,<0.13.0
- jupyter_ydoc >=2.0.1,<3.0.0
- pycrdt-websocket >=0.12.6,<0.13.0
- jupyter_events >=0.7.0
- jupyter_server_fileid >=0.7.0,<1
- jsonschema >=4.18.0
Expand Down

0 comments on commit 8c4635c

Please sign in to comment.