File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
conda/recipes/jupyterlab-nvdashboard Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 4141
4242echo " 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
Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ build:
1717
1818requirements :
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
3434test :
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11jupyter-server-proxy
2- bokeh < 2
2+ bokeh > 2.1
33pynvml
44psutil
Original file line number Diff line number Diff line change 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' ],
Original file line number Diff line number Diff line change @@ -940,9 +940,9 @@ lodash.mergewith@^4.6.1:
940940 integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
941941
942942lodash@^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
947947948948 version "2.2.0"
You can’t perform that action at this time.
0 commit comments