Commit e7cb89b
Bugfix/issue 149/numpy2 pyarrow dependency (#150)
* Bump the production-dependencies group across 1 directory with 6 updates
Bumps the production-dependencies group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [polars](https://github.com/pola-rs/polars) | `1.9.0` | `1.16.0` |
| [pyarrow](https://github.com/apache/arrow) | `15.0.2` | `18.1.0` |
| [actfast](https://github.com/childmindresearch/actfast) | `1.1.0` | `1.1.1` |
| [numpy](https://github.com/numpy/numpy) | `1.26.4` | `2.0.2` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.2` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.5.2` | `2.6.1` |
Updates `polars` from 1.9.0 to 1.16.0
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-1.9.0...py-1.16.0)
Updates `pyarrow` from 15.0.2 to 18.1.0
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@go/v15.0.2...apache-arrow-18.1.0)
Updates `actfast` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/childmindresearch/actfast/releases)
- [Commits](childmindresearch/actfast@v1.1.0...v1.1.1)
Updates `numpy` from 1.26.4 to 2.0.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.26.4...v2.0.2)
Updates `pydantic` from 2.9.2 to 2.10.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.2...v2.10.2)
Updates `pydantic-settings` from 2.5.2 to 2.6.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.5.2...v2.6.1)
---
updated-dependencies:
- dependency-name: polars
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: pyarrow
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: production-dependencies
- dependency-name: actfast
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-dependencies
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: production-dependencies
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: pydantic-settings
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix numpy 2.0 bug
This bug was being caused by np.select default option being required when all false
Also adding in the pytest coverage major update
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2c9be77 commit e7cb89b
3 files changed
Lines changed: 543 additions & 496 deletions
0 commit comments