Skip to content

Commit

Permalink
[python] More readthedocs fixes for spatial (#3612)
Browse files Browse the repository at this point in the history
* temp

* pip install spatial too

* down-pin dask
  • Loading branch information
johnkerl authored Jan 22, 2025
1 parent 662293e commit 4a17301
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions apis/python/src/tiledbsoma/common.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <exception>
#include <span>

#include <pybind11/numpy.h>
#include <pybind11/pybind11.h>
Expand Down
2 changes: 1 addition & 1 deletion doc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions doc/requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions doc/source/python-tiledbsoma-dataframe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
~DataFrame.index_column_names

~DataFrame.count
~DataFrame.shape
~DataFrame.maxshape
~DataFrame.domain
~DataFrame.maxdomain
~DataFrame.tiledbsoma_has_upgraded_domain
Expand Down
1 change: 0 additions & 1 deletion doc/source/python-tiledbsoma-densendarray.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
~DenseNDArray.is_sparse

~DenseNDArray.ndim
~DenseNDArray.nnz
~DenseNDArray.shape
~DenseNDArray.maxshape
~DenseNDArray.tiledbsoma_has_upgraded_shape
Expand Down

0 comments on commit 4a17301

Please sign in to comment.