Skip to content

Commit

Permalink
Merge pull request #206 from jasongrout/21rc0
Browse files Browse the repository at this point in the history
21rc0
  • Loading branch information
jasongrout authored Apr 1, 2020
2 parents a00115d + 5176139 commit 785797f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
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

0 comments on commit 785797f

Please sign in to comment.