Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add setuptools and wheel to host dependencies and fix docs #417

Merged
merged 2 commits into from
Nov 28, 2024

Conversation

stanmart
Copy link
Collaborator

From python 3.13, which the docs environment already uses, the conda-forge version of pip won't list setuptools and wheel as its dependencies. We need those because we are installing tabmat with the --no-use-pep517. This PR adds those two dependencies to pixi.toml.

In addition to the new dependencies this PR also fixes #416 by adding the missing function.

Checklist

  • Added a CHANGELOG.rst entry

@stanmart stanmart merged commit 2d2b6da into main Nov 28, 2024
24 checks passed
@stanmart stanmart deleted the from-df-docs branch November 28, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tabmat.from_df is not documented
2 participants