Skip to content

Commit

Permalink
1.0.0a6
Browse files Browse the repository at this point in the history
This removes the jupyterlab dependency, but we still have a run constraint. See jupyter-widgets/ipywidgets#2995
  • Loading branch information
jasongrout committed Oct 24, 2020
1 parent ab1eaf6 commit 23f0097
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.0.0a5" %}
{% set sha256 = "6435eb4df6f9c63533dadd9d2d4cca280bf28a22f0b94627b6ddbcdea6db2384" %}
{% set version = "1.0.0a6" %}
{% set sha256 = "d96f219cb3a6832384a324e36a603c6c6462a878577e11f8b5256bb73c00b2fb" %}

package:
name: jupyterlab_widgets
Expand All @@ -21,6 +21,8 @@ requirements:

run:
- python >=3.6

run_constrained:
- jupyterlab >=3.0.0rc4,<4

test:
Expand Down

0 comments on commit 23f0097

Please sign in to comment.