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

Unpin jupyterlab<4.2 #16

Closed
Closed
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
10 changes: 5 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set version = "2.1.4" %}

# the `if` block helps the bot avoid duplicating this line over and over...
{% if 1 %}{% set jupyterlab_version = ">=4.0.5,<4.2" %}{% endif %}
{% if 1 %}{% set jupyterlab_version = ">=4.0.5" %}{% endif %}

package:
name: jupyter-collaboration
Expand All @@ -12,7 +12,7 @@ source:
sha256: 613df0ad343c8a6b932bccde25bc2c707b5ac2daaca5fd6822d1b330c7e0e62a

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation

Expand Down
Loading