Skip to content

Commit dc479db

Browse files
committed
Don't install cupy-core 14.0.0 or 14.0.1 in readthedocs build
Avoid `TypeError: expected str, bytes or os.PathLike object, not NoneType`. Xref cupy/cupy#9777
1 parent 0e6dcdc commit dc479db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cupy-xarray-doc
22
channels:
33
- conda-forge
44
dependencies:
5-
- cupy-core
5+
- cupy-core!=14.0.0,!=14.0.1 # https://github.com/cupy/cupy/issues/9777
66
- pip
77
- python=3.10
88
- sphinx

0 commit comments

Comments
 (0)