Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 9599b02

Browse files
committed
update conda recipe
1 parent d9a530e commit 9599b02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎conda.recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ build:
1717

1818
requirements:
1919
host:
20-
- python=3.7
20+
- python>=3.7
2121
- pip
2222
- nodejs
23-
- jupyterlab=2.0
23+
- jupyterlab>=2.0
2424

2525
run:
26-
- python>=3.5
26+
- python>=3.6
2727
{% for dep in sdata.get('install_requires',{}) %}
2828
- {{ dep }}
2929
{% endfor %}

0 commit comments

Comments
 (0)