Skip to content

Commit

Permalink
Merge pull request #13 from regro-cf-autotick-bot/2.1.2_haf3ebe
Browse files Browse the repository at this point in the history
jupyter-collaboration v2.1.2
  • Loading branch information
davidbrochart authored Jul 24, 2024
2 parents 613f36a + 8793f50 commit 8c219ca
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
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

0 comments on commit 8c219ca

Please sign in to comment.