Skip to content

Commit 702e434

Browse files
committed
Match order & versions in package metadata
1 parent 23fb1e4 commit 702e434

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

conda/environments/all_arch-any.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
- conda-forge
77
- nvidia
88
dependencies:
9-
- jupyterlab>=4
9+
- jupyterlab>=4.0.0
1010
- nodejs=18
1111
- pre-commit
1212
- psutil

conda/recipes/jupyterlab-nvdashboard/meta.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ requirements:
2222
host:
2323
- python {{ python_min }}
2424
- pip
25-
- hatchling >=1.5.0
26-
- hatch-nodejs-version >=0.3.2
27-
- hatch-jupyter-builder >=0.5
2825
- nodejs
26+
- hatch-jupyter-builder >=0.5
27+
- hatch-nodejs-version >=0.3.2
28+
- hatchling >=1.5.0
2929
- jupyter-packaging
30-
- jupyterlab >=4
30+
- jupyterlab >=4.0.0
3131
run:
3232
- python >={{ python_min }}
33-
- jupyterlab >=4
34-
- pynvml >=12.0.0,<13.0.0a0
33+
- jupyterlab >=4.0.0
3534
- psutil
35+
- pynvml >=12.0.0,<13.0.0a0
3636

3737
test:
3838
requires:

dependencies.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ dependencies:
5252
common:
5353
- output_types: pyproject
5454
packages:
55-
- hatchling>=1.5.0
56-
- hatch-nodejs-version>=0.3.2
5755
- hatch-jupyter-builder>=0.5
56+
- hatch-nodejs-version>=0.3.2
57+
- hatchling>=1.5.0
5858
- jupyter-packaging
5959
- jupyterlab>=4.0.0
6060
checks:
6161
common:
6262
- output_types: [conda, requirements]
6363
packages:
6464
- pre-commit
65-
- jupyterlab>=4
65+
- jupyterlab>=4.0.0
6666
- nodejs=18
6767
py_version:
6868
common:
@@ -73,9 +73,9 @@ dependencies:
7373
common:
7474
- output_types: [conda, requirements, pyproject]
7575
packages:
76-
- jupyterlab>=4
77-
- pynvml>=12.0.0,<13.0.0a0
76+
- jupyterlab>=4.0.0
7877
- psutil
78+
- pynvml>=12.0.0,<13.0.0a0
7979
test_python:
8080
common:
8181
- output_types: [conda, requirements, pyproject]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.12",
3131
]
3232
dependencies = [
33-
"jupyterlab>=4",
33+
"jupyterlab>=4.0.0",
3434
"psutil",
3535
"pynvml>=12.0.0,<13.0.0a0",
3636
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.

0 commit comments

Comments
 (0)