Closed lbluque closed 2 months ago
Major changes:
Pin numpy to versions < 2
In another PR we should update the code to be compatible with numpy 2
Tip: Install pre-commit hooks to auto-check types and linting before every commit:
pre-commit
pip install -U pre-commit pre-commit install
Summary
Major changes:
Pin numpy to versions < 2
Todos
In another PR we should update the code to be compatible with numpy 2
Checklist
Tip: Install
pre-commit
hooks to auto-check types and linting before every commit: