Skip to content

fix(setup): numpy minimum version typo allows unsupported (+1 more) - #103

Open
andrewwhitecdw wants to merge 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:bugfix/setup-assorted-74e1a68c
Open

fix(setup): numpy minimum version typo allows unsupported (+1 more)#103
andrewwhitecdw wants to merge 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:bugfix/setup-assorted-74e1a68c

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

This PR addresses 2 issues in setup.py.

Fix 1

fix: numpy minimum version typo allows unsupported old releases

Fix: Replace:

        'numpy >= 1.9.5',

with:

        'numpy >= 1.19.5',

Fix 2

fix: README.md not declared as Markdown on PyPI

Fix: Replace:

    description='Containerized testing of system components that impact AI workload performance',
    long_description=long_description,

with:

    description='Containerized testing of system components that impact AI workload performance',
    long_description=long_description,
    long_description_content_type='text/markdown',

Files changed

  • setup.py

@andrewwhitecdw
andrewwhitecdw marked this pull request as ready for review July 28, 2026 00:38
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