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 Docker and black CI builds #366

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from
Draft

Commits on Jul 12, 2023

  1. Fix/Stabilise black CI build

    The unversioned black build is failing.
    
    black is already specified (and frozen) in
    pre-commit, so we should re-use that.
    
    I've also updated the pre-commit config to
    modernise and match our other repos.
    jeremyh committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    180ef05 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    70ac000 View commit details
    Browse the repository at this point in the history
  2. Need a py38-supporting scipy version

    Scipy 1.11 now requires Py3.9+
    jeremyh committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f3c43f6 View commit details
    Browse the repository at this point in the history
  3. Install scipy via condaforge for stability

    It will be built to match Python/etc versions.
    jeremyh committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8af91f4 View commit details
    Browse the repository at this point in the history
  4. Update conda version

    jeremyh committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1c9ae23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ceea3f3 View commit details
    Browse the repository at this point in the history
  6. Use actual miniconda version

    jeremyh committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9a0b957 View commit details
    Browse the repository at this point in the history
  7. Original conda version

    jeremyh committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d51f663 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45cc897 View commit details
    Browse the repository at this point in the history