Skip to content

Commit ea30c51

Browse files
authored
REL - Merge pull request #78 from rapidsai/master
REL - [skip-ci] Sync main with master
2 parents 8ea7b00 + 72e126e commit ea30c51

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

ci/release/update-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ fi
4141

4242
echo "Preparing '$RELEASE_TYPE' release [$CURRENT_TAG -> $NEXT_FULL_TAG]"
4343

44-
jlpm config set version-tag-prefix ""
45-
jlpm version --no-git-tag-version --non-interactive --${RELEASE_TYPE} --new-version=${NEXT_FULL_TAG}
44+
jq -e --arg tag "$NEXT_FULL_TAG" '.version=$tag' package.json > package.json.tmp
45+
mv package.json.tmp package.json

conda/recipes/jupyterlab-nvdashboard/meta.yaml

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

1818
requirements:
1919
build:
20-
- python >=3
20+
- python >=3.5
2121
- setuptools
22-
- jupyter-server-proxy
23-
- bokeh <2
2422
- pynvml
2523
- psutil
2624
run:
27-
- python >=3
25+
- python >=3.5
26+
- jupyterlab >=2.0
2827
- jupyter-server-proxy
29-
- bokeh <2
28+
- bokeh >2.1
3029
- pynvml
3130
- psutil
31+
- nodejs
3232

3333

3434
test:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-nvdashboard",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "A JupyterLab extension for displaying GPU usage dashboards",
55
"keywords": [
66
"jupyter",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jupyter-server-proxy
2-
bokeh<2
2+
bokeh>2.1
33
pynvml
44
psutil

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
description="A JupyterLab extension for displaying dashboards of GPU usage.",
2626
long_description=long_description,
2727
long_description_content_type='text/markdown',
28-
license="BSD",
28+
license="BSD-3-Clause",
2929
packages=setuptools.find_packages(),
3030
keywords=['Jupyter'],
3131
classifiers=['Framework :: Jupyter'],

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -940,9 +940,9 @@ lodash.mergewith@^4.6.1:
940940
integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
941941

942942
lodash@^4.17.15:
943-
version "4.17.15"
944-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
945-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
943+
version "4.17.19"
944+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
945+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
946946

947947
948948
version "2.2.0"

0 commit comments

Comments
 (0)