File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
recipes/jupyterlab-nvdashboard Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ channels:
6
6
- conda-forge
7
7
- nvidia
8
8
dependencies :
9
- - jupyterlab>=4
9
+ - jupyterlab>=4.0.0
10
10
- nodejs=18
11
11
- pre-commit
12
12
- psutil
Original file line number Diff line number Diff line change @@ -22,17 +22,17 @@ requirements:
22
22
host :
23
23
- python {{ python_min }}
24
24
- pip
25
- - hatchling >=1.5.0
26
- - hatch-nodejs-version >=0.3.2
27
- - hatch-jupyter-builder >=0.5
28
25
- nodejs
26
+ - hatch-jupyter-builder >=0.5
27
+ - hatch-nodejs-version >=0.3.2
28
+ - hatchling >=1.5.0
29
29
- jupyter-packaging
30
- - jupyterlab >=4
30
+ - jupyterlab >=4.0.0
31
31
run :
32
32
- python >={{ python_min }}
33
- - jupyterlab >=4
34
- - pynvml >=12.0.0,<13.0.0a0
33
+ - jupyterlab >=4.0.0
35
34
- psutil
35
+ - pynvml >=12.0.0,<13.0.0a0
36
36
37
37
test :
38
38
requires :
Original file line number Diff line number Diff line change @@ -52,17 +52,17 @@ dependencies:
52
52
common :
53
53
- output_types : pyproject
54
54
packages :
55
- - hatchling>=1.5.0
56
- - hatch-nodejs-version>=0.3.2
57
55
- hatch-jupyter-builder>=0.5
56
+ - hatch-nodejs-version>=0.3.2
57
+ - hatchling>=1.5.0
58
58
- jupyter-packaging
59
59
- jupyterlab>=4.0.0
60
60
checks :
61
61
common :
62
62
- output_types : [conda, requirements]
63
63
packages :
64
64
- pre-commit
65
- - jupyterlab>=4
65
+ - jupyterlab>=4.0.0
66
66
- nodejs=18
67
67
py_version :
68
68
common :
@@ -73,9 +73,9 @@ dependencies:
73
73
common :
74
74
- output_types : [conda, requirements, pyproject]
75
75
packages :
76
- - jupyterlab>=4
77
- - pynvml>=12.0.0,<13.0.0a0
76
+ - jupyterlab>=4.0.0
78
77
- psutil
78
+ - pynvml>=12.0.0,<13.0.0a0
79
79
test_python :
80
80
common :
81
81
- output_types : [conda, requirements, pyproject]
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ classifiers = [
30
30
" Programming Language :: Python :: 3.12" ,
31
31
]
32
32
dependencies = [
33
- " jupyterlab>=4" ,
33
+ " jupyterlab>=4.0.0 " ,
34
34
" psutil" ,
35
35
" pynvml>=12.0.0,<13.0.0a0" ,
36
36
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
You can’t perform that action at this time.
0 commit comments