Skip to content

Commit

Permalink
Add setuptools and wheel to host dependencies and fix docs (#417)
Browse files Browse the repository at this point in the history
* Add from_df to docs

* Add setuptools and wheel to host dependencies
  • Loading branch information
stanmart authored Nov 28, 2024
1 parent 42d647a commit 2d2b6da
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
tabmat package
========================

.. autofunction:: tabmat.from_df

.. autofunction:: tabmat.from_pandas

.. autofunction:: tabmat.from_csc
Expand Down
19 changes: 19 additions & 0 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jemalloc-local = "*"
[host-dependencies]
python = ">=3.9"
pip = "*"
setuptools = "*"
wheel = "*"

[dependencies]
formulaic = ">=0.6.4"
Expand Down

0 comments on commit 2d2b6da

Please sign in to comment.