Skip to content

Bump scipy from 1.13.1 to 1.14.1 #145

Bump scipy from 1.13.1 to 1.14.1

Bump scipy from 1.13.1 to 1.14.1 #145

Workflow file for this run

name: Run Black formatter
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
jupyter: false