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

Fix CI #1400

Merged
merged 3 commits into from
Aug 20, 2024
Merged

Fix CI #1400

merged 3 commits into from
Aug 20, 2024

Commits on Aug 20, 2024

  1. Replace numpy.NaN with numpy.nan

    This was removed in numpy 2.0 release
    tobias-urdin committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c877a53 View commit details
    Browse the repository at this point in the history
  2. image: hack remove distro installed jaraco.text

    we get a collision because jaraco.text is installed
    in site-packages but we want a newer version when
    testing.
    
    (cherry picked from commit 34f711e)
    tobias-urdin committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b1e4ce0 View commit details
    Browse the repository at this point in the history
  3. image: hack werkzeug annotations

    this is required for python 3.9 until
    we drop that.
    
    (cherry picked from commit 070074a)
    tobias-urdin committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2fd1601 View commit details
    Browse the repository at this point in the history