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

Ensure compatible version of numpy in isolated_notebook_test.py #6038

Merged

Commits on Mar 14, 2023

  1. Ensure compatible version of numpy in isolated_notebook_test.py

    Keep numpy version in the isolated Python environment at 1.23
    as numpy-1.24 is incompatible with cirq and numba.
    
    Fixes stuck notebook tests which import numba.
    
    Related to quantumlib#5967
    pavoljuhas committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    8d57457 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    9ec220b View commit details
    Browse the repository at this point in the history