Skip to content

fix: missing scipy dependency required by metrics_features_utils - #20

Draft
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/setup-d9a75a2b
Draft

fix: missing scipy dependency required by metrics_features_utils#20
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/setup-d9a75a2b

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Problem

fix: missing scipy dependency required by metrics_features_utils

Fix

Replace:

    install_requires=[
        'h5py',
        'matplotlib',
        'plotly',
        'numpy',
    ],

with:

    install_requires=[
        'h5py',
        'matplotlib',
        'plotly',
        'numpy',
        'scipy',
    ],

Files changed

  • setup.py

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