File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2323 hooks :
2424 - id : rapids-dependency-file-generator
2525 args : ['--clean']
26+ - repo : https://github.com/rapidsai/pre-commit-hooks
27+ rev : v1.3.3
28+ hooks :
29+ - id : verify-pyproject-license
2630default_language_version :
2731 python : python3
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ set -euo pipefail
77# Configure sccache and set the date string
88source rapids-configure-sccache
99source rapids-date-string
10+ RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX=" true"
11+ export RAPIDS_INIT_PIP_REMOVE_NVIDIA_INDEX
1012source rapids-init-pip
1113
1214rapids-logger " Install Node.js required for building the extension front-end"
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ build-backend = "hatchling.build"
1212[project ]
1313name = " jupyterlab_nvdashboard"
1414readme = " README.md"
15+ license = " BSD-3-Clause"
1516license-files = [
1617 " LICENSE" ,
1718]
@@ -121,5 +122,5 @@ select = [
121122 " distro-too-large-compressed" ,
122123]
123124
124- # PyPI limit is 100 MiB, fail CI before we get too close to that
125- max_allowed_size_compressed = ' 75M '
125+ # PyPI hard limit is 1GiB, but try to keep this as small as possible
126+ max_allowed_size_compressed = ' 10Mi '
You can’t perform that action at this time.
0 commit comments