Skip to content

Make tsfresh compatible with numpy 1.24 #427

Make tsfresh compatible with numpy 1.24

Make tsfresh compatible with numpy 1.24 #427

Workflow file for this run

---
name: Python Style Check
on: [pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0