Skip to content

Commit

Permalink
elyra-pipeline-editor-extension v3.14.2 (#35)
Browse files Browse the repository at this point in the history
* updated v3.14.2

* Update python requirement to 3.8

Signed-off-by: Alan Chin <akchin@us.ibm.com>

---------

Signed-off-by: Alan Chin <akchin@us.ibm.com>
Co-authored-by: Alan Chin <akchin@us.ibm.com>
  • Loading branch information
regro-cf-autotick-bot and akchinSTC committed Jan 30, 2023
1 parent ea1ebac commit 7c8bcbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "elyra-pipeline-editor-extension" %}
{% set version = "3.13.0" %}
{% set version = "3.14.2" %}


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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/elyra-pipeline-editor-extension-{{ version }}.tar.gz
sha256: 61c8000f36b42ffe6bfbfa9a16b3091450a9e396dd8346fea7199451f69de71d
sha256: 6826948d3830185db218d1e842abfa4d2753c7f47757f050362974168a7a681d

build:
number: 0
Expand All @@ -19,10 +19,10 @@ requirements:
host:
- jupyter-packaging
- pip
- python >=3.7
- python >=3.8
run:
- elyra-server =={{ version }}
- python >=3.7
- python >=3.8

test:
commands:
Expand Down

0 comments on commit 7c8bcbf

Please sign in to comment.