Skip to content

Commit e31bb63

Browse files
committed
Install cog3pio=0.1.0 from conda-forge
Get the stable version v0.1.0 from conda-forge instead of TestPyPI. No need to depend on libnvtiff-dev anymore, as libnvtiff should be pulled in, at least for linux-x86_64 and linux-aarch64.
1 parent d4ab1de commit e31bb63

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.readthedocs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ build:
55
os: "ubuntu-24.04"
66
tools:
77
python: "mambaforge-23.11"
8-
jobs:
9-
post_install:
10-
- export CONDA_PREFIX="$CONDA_ENVS_PATH/$CONDA_DEFAULT_ENV";
11-
mamba run --prefix "$CONDA_PREFIX" pip install --verbose --pre --extra-index-url https://test.pypi.org/simple/ cog3pio==0.1.0b2
12-
- pip list
138

149
# Build documentation in the docs/ directory with Sphinx
1510
sphinx:

ci/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: cupy-xarray
22
channels:
33
- conda-forge
44
dependencies:
5+
- cog3pio>=0.1.0
56
- cupy-core!=14.0.0,!=14.0.1 # https://github.com/cupy/cupy/issues/9777
67
- pip
78
- python=3.13
@@ -12,7 +13,6 @@ dependencies:
1213
- ipython
1314
- ipykernel
1415
- ipywidgets
15-
- libnvtiff-dev=0.6.0
1616
- furo>=2024.8.6
1717
- myst-nb
1818
- xarray

0 commit comments

Comments
 (0)