Skip to content

fix: missing scipy dependency required by metrics_features_utils - #20

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

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

@andrewwhitecdw
andrewwhitecdw marked this pull request as ready for review August 3, 2026 22:14
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