Skip to content

add scipy to runtime dependency #187

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add scipy to runtime dependency #187

wants to merge 1 commit into from

Conversation

vtavana
Copy link
Collaborator

@vtavana vtavana commented May 17, 2025

In #179, we added helper functions directly from SciPy for expanding the functionality of mkl_fft.interfaces.scipy_fft module. This addition means that scipy is now a runtime dependency. In this PR it is added to the project as a runtime dependency.

@vtavana vtavana self-assigned this May 17, 2025
@vtavana vtavana marked this pull request as ready for review May 17, 2025 16:44
@Copilot Copilot AI review requested due to automatic review settings May 17, 2025 16:44
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds SciPy as a runtime dependency to support the newly imported helper functions from SciPy in the mkl_fft.interfaces.scipy_fft module.

  • Add scipy to the core dependencies in pyproject.toml
  • Remove scipy from the optional test extras
  • Include scipy in both conda recipe metadata files

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
pyproject.toml Added scipy to dependencies and removed from tests
conda-recipe/meta.yaml Added scipy under requirements
conda-recipe-cf/meta.yaml Added scipy under requirements

@vtavana vtavana force-pushed the scipy-runtime branch 5 times, most recently from 645f528 to a9213ed Compare May 18, 2025 16:48
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.

1 participant