diff --git a/apis/python/src/tiledbsoma/common.h b/apis/python/src/tiledbsoma/common.h index ad091b6f24..4ee0bacf54 100644 --- a/apis/python/src/tiledbsoma/common.h +++ b/apis/python/src/tiledbsoma/common.h @@ -1,4 +1,5 @@ #include +#include #include #include diff --git a/doc/build.sh b/doc/build.sh index 68ef9f115c..b336662a6c 100755 --- a/doc/build.sh +++ b/doc/build.sh @@ -65,7 +65,7 @@ fi if [ -n "$reinstall" ] || [ -n "$made_venv" ]; then pip install -r doc/requirements_doc.txt || die "could not install doc dependencies" pushd "$ext_dir" - pip install -e . || die "could not install tiledbsoma-py" + pip install -e '.[spatial]' || die "could not install tiledbsoma-py" popd fi diff --git a/doc/requirements_doc.txt b/doc/requirements_doc.txt index e7fa14a863..b7498e1311 100644 --- a/doc/requirements_doc.txt +++ b/doc/requirements_doc.txt @@ -1,5 +1,6 @@ breathe==4.35.0 cmake==3.29.2 +dask==2024.9.0 docutils==0.20.1 ipython==8.24.0 jinja2==3.1.5 diff --git a/doc/source/python-tiledbsoma-dataframe.rst b/doc/source/python-tiledbsoma-dataframe.rst index 40e950f9a6..eaec2dd63e 100644 --- a/doc/source/python-tiledbsoma-dataframe.rst +++ b/doc/source/python-tiledbsoma-dataframe.rst @@ -43,8 +43,6 @@ ~DataFrame.index_column_names ~DataFrame.count - ~DataFrame.shape - ~DataFrame.maxshape ~DataFrame.domain ~DataFrame.maxdomain ~DataFrame.tiledbsoma_has_upgraded_domain diff --git a/doc/source/python-tiledbsoma-densendarray.rst b/doc/source/python-tiledbsoma-densendarray.rst index 63dd8e4a63..640e1119ed 100644 --- a/doc/source/python-tiledbsoma-densendarray.rst +++ b/doc/source/python-tiledbsoma-densendarray.rst @@ -38,7 +38,6 @@ ~DenseNDArray.is_sparse ~DenseNDArray.ndim - ~DenseNDArray.nnz ~DenseNDArray.shape ~DenseNDArray.maxshape ~DenseNDArray.tiledbsoma_has_upgraded_shape