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.2 #13

Merged
merged 3 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

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

6 changes: 6 additions & 0 deletions .scripts/build_steps.sh

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

8 changes: 5 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% set version = "2.1.1" %}
{% set jupyterlab_version = ">=4.0.5,<4.2" %}
{% set version = "2.1.2" %}
{% set jupyterlab_version = ">=4.0.5,<4.2" %}

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

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

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