Skip to content

feat: support numpy 2+ #65

feat: support numpy 2+

feat: support numpy 2+ #65

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
- uses: isort/isort-action@v1
with:
sort-paths: PyEMD