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

Fix the “test” extra #1

Merged
merged 1 commit into from
Dec 3, 2023
Merged

Conversation

musicinmybrain
Copy link

Replace [options.extras_require] with [project.optional-dependencies] as required for pyproject.toml.

Test with:

python3.11 -m venv _e
. _e/bin/activate
pip install -e .[test]

which works as expected after this PR (but not before it).

Replace [options.extras_require] with [project.optional-dependencies] as
required for pyproject.toml.
@mikedh mikedh changed the base branch from main to release/prs December 3, 2023 21:28
@mikedh mikedh merged commit c49470a into trimesh:release/prs Dec 3, 2023
@mikedh
Copy link

mikedh commented Dec 3, 2023

Thanks for the fix!

@mikedh mikedh mentioned this pull request Dec 3, 2023
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.

2 participants