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 v3.1.0 #20

Merged
merged 2 commits into from
Dec 11, 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
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "3.0.1" %}
{% set version = "3.1.0" %}
{% set python_min = python_min | default("3.9") %}

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

source:
url: https://pypi.org/packages/source/j/jupyter-collaboration/jupyter_collaboration-{{ version }}.tar.gz
sha256: 7f09e80236bfdcfe50f8af31d7ee472d45887687de6cdc71c7a3dd4052198cd5
sha256: 043986e6fcdd8a4161df8d9716a93ddaafec9a274aa9b503584c7a80e461ee9f

build:
number: 0
Expand All @@ -20,9 +20,9 @@ requirements:
- pip
- python {{ python_min }}
run:
- jupyter_server_ydoc >=1.0.1
- jupyter-collaboration-ui >=1.0.1
- jupyter-docprovider >=1.0.1
- jupyter_server_ydoc >=1.1.0
- jupyter-collaboration-ui >=1.1.0
- jupyter-docprovider >=1.1.0
- python >={{ python_min }}

test:
Expand Down
Loading