Skip to content

Commit f72ee27

Browse files
authored
Merge branch 'branch-23.04' into tmplt_conda_host
2 parents a78696c + 458655d commit f72ee27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
date: ${{ inputs.date }}
3636
sha: ${{ inputs.sha }}
3737
docs-build:
38-
if: ${{ startsWith(github.ref, 'refs/heads/branch-') }}
38+
if: github.ref_type == 'branch' && github.event_name == 'push'
3939
needs: [conda-python-build]
4040
secrets: inherit
4141
uses: rapidsai/shared-action-workflows/.github/workflows/[email protected]

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies:
100100
- numba>=0.54
101101
- numpy>=1.18.0
102102
- pandas>=1.0
103-
- pynvml>=11.0.0
103+
- pynvml>=11.0.0,<11.5
104104
- zict>=0.1.3
105105
test_python:
106106
common:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requires-python = ">=3.8"
2121
dependencies = [
2222
"dask >=2023.1.1",
2323
"distributed >=2023.1.1",
24-
"pynvml >=11.0.0",
24+
"pynvml >=11.0.0,<11.5",
2525
"numpy >=1.18.0",
2626
"numba >=0.54",
2727
"pandas >=1.0",

0 commit comments

Comments
 (0)