Skip to content

Commit

Permalink
jupyter-collaboration v2.1.0 (#11)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] committed May 2, 2024
2 parents 8308c5a + d6f418b commit ca9486e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -10,6 +6,3 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
8 changes: 3 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{% set jupyterlab_version = ">=4.0.5" %}
{% set jupyterlab_version = ">=4.0.5" %}
{% set version = "2.0.11" %}
{% set version = "2.1.0" %}
{% set jupyterlab_version = ">=4.0.5" %}

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

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

build:
noarch: python
Expand All @@ -28,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.12.6,<0.13.0
- pycrdt-websocket >=0.13.1,<0.14.0
- jupyter_events >=0.10.0
- jupyter_server_fileid >=0.7.0,<1
- jsonschema >=4.18.0
Expand Down

0 comments on commit ca9486e

Please sign in to comment.