Skip to content
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

Make DALI tests compatible with Python 3.12 #5452

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jul 19, 2024

  1. Make DALI tests compatible with Python 3.12

    - adds additional replacements for functions used by nose
      and removed in python 3.12
    - remove numpy version pinning as the <1.26 is not compatible
      with python 3.12
    
    Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
    JanuszL committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d2a9760 View commit details
    Browse the repository at this point in the history
  2. Review fix

    Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
    JanuszL committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8d439ed View commit details
    Browse the repository at this point in the history
  3. Review fix

    Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
    JanuszL committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    789b6d0 View commit details
    Browse the repository at this point in the history
  4. More fixes

    Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
    JanuszL committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e208cd3 View commit details
    Browse the repository at this point in the history
  5. Unpin librosa

    Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
    JanuszL committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8f7d1d7 View commit details
    Browse the repository at this point in the history