Skip to content

Commit 41cd380

Browse files
authored
Sync recipe with conda-forge
1 parent e03806a commit 41cd380

File tree

1 file changed

+25
-10
lines changed
  • conda/recipes/jupyterlab-nvdashboard

1 file changed

+25
-10
lines changed
Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{% set version = environ['RAPIDS_PACKAGE_VERSION'].lstrip('v') %}
22
{% set date_string = environ['RAPIDS_DATE_STRING'] %}
33

4+
{% set python_min = "3.8" %}
5+
6+
47
package:
58
name: jupyterlab-nvdashboard
69
version: {{ version }}
@@ -11,31 +14,43 @@ source:
1114
build:
1215
number: {{ GIT_DESCRIBE_NUMBER }}
1316
string: py_{{ date_string }}_{{ GIT_DESCRIBE_HASH }}_{{ GIT_DESCRIBE_NUMBER }}
14-
script: python -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
1517
noarch: python
18+
script:
19+
- {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
1620

1721
requirements:
1822
host:
19-
- python >=3.8
23+
- python {{ python_min }}
24+
- pip
2025
- setuptools
21-
- nodejs =18
22-
- hatchling
23-
- hatch-nodejs-version
24-
- hatch-jupyter-builder
26+
- hatchling >=1.5.0
27+
- hatch-nodejs-version >=0.3.2
28+
- hatch-jupyter-builder >=0.5
29+
- nodejs
30+
- jupyter-packaging
2531
- jupyterlab >=4
2632
run:
27-
- python >=3.8
33+
- python >={{ python_min }}
2834
- jupyterlab >=4
2935
- pynvml >=12.0.0,<13.0.0a0
3036
- psutil
3137

32-
3338
test:
39+
requires:
40+
- python {{ python_min }}
41+
- pip
42+
commands:
43+
- pip check
3444
imports:
3545
- jupyterlab_nvdashboard
3646

3747
about:
3848
home: https://rapids.ai
39-
license: BSD-3
40-
summary: 'A JupyterLab extension for displaying dashboards of GPU usage.'
49+
license: BSD-3-Clause
50+
license_family: BSD
51+
license_file: LICENSE.txt
52+
summary: A JupyterLab extension for displaying dashboards of GPU usage
53+
description: |
54+
A JupyterLab extension for displaying dashboards of GPU usage.
55+
doc_url: https://github.com/rapidsai/jupyterlab-nvdashboard
4156
dev_url: https://github.com/rapidsai/jupyterlab-nvdashboard

0 commit comments

Comments
 (0)