Skip to content

Add scipy as a dependency #111

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

Closed
wants to merge 1 commit into from
Closed

Conversation

daniestevez
Copy link
Contributor

scipy is imported in sigmf.apps.convert_wav, so it needs to be listed as a dependency in pyproject.toml.

scipy is imported in sigmf.apps.convert_wav, so it needs to be
listed as a dependency in pyproject.toml.
@Teque5
Copy link
Collaborator

Teque5 commented May 18, 2025

scipy is already an optional dependency for the apps. You can do either of these to install it for the docs:

pip install .[all]
pip install .[apps]

@Teque5 Teque5 closed this May 18, 2025
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