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

21rc0 #206

Merged
merged 3 commits into from
Apr 1, 2020
Merged

21rc0 #206

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_.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
- conda-forge jupyterlab_rc
docker_image:
- condaforge/linux-anvil-comp7
2 changes: 2 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
channel_targets:
- conda-forge jupyterlab_rc
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "2.0.1" %}
{% set sha256 = "5d1a833a9e49e6d90d68191917cb16a97ff4ec668c26c85d33ebce629df14141" %}
{% set version = "2.1.0rc0" %}
{% set sha256 = "761fd4fd958d1c9f8bb162bd0eca4692ff7f865086d65e1f9c0172ffbba9e635" %}


package:
Expand All @@ -24,7 +24,7 @@ requirements:
host:
- python >=3.5
- pip
- nodejs >=12
- nodejs >=10
run:
- python >=3.5
- jupyterlab_server >=1.0.0,<2.0.0
Expand All @@ -33,7 +33,7 @@ requirements:
- jinja2 >=2.10
test:
requires:
- nodejs >=12
- nodejs >=10
imports:
- jupyterlab
commands:
Expand Down