Closed dependabot[bot] closed 1 year ago
FYI @eguiraud I had to change the number of bins from uint64_t
to uint32_t
to support win32
platform, due to the cibuildwheel error on win32:
2023-08-09T14:38:57.8961421Z D:\a\correctionlib\correctionlib\src\correction.cc(351): error C2397: conversion from 'const T' to 'size_t' requires a narrowing conversion
2023-08-09T14:38:57.8961863Z with
2023-08-09T14:38:57.8962066Z [
2023-08-09T14:38:57.8962336Z T=uint64_t
2023-08-09T14:38:57.8962595Z ]
2023-08-09T14:38:57.8963200Z D:\a\correctionlib\correctionlib\src\correction.cc(351): warning C4244: 'initializing': conversion from 'const T' to 'size_t', possible loss of data
2023-08-09T14:38:57.8963608Z with
2023-08-09T14:38:57.8963850Z [
2023-08-09T14:38:57.8964117Z T=uint64_t
2023-08-09T14:38:57.8964324Z ]
Wheel build is not part of PR tests so it was not picked up in #186. I suppose we might not really need to support that but it seems harmless.
Bumps pypa/cibuildwheel from 2.10.0 to 2.14.1.
Release notes
Sourced from pypa/cibuildwheel's releases.
... (truncated)
Changelog
Sourced from pypa/cibuildwheel's changelog.
... (truncated)
Commits
f21bb83
Bump version: v2.14.1a5b2e54
Merge pull request #1550 from pypa/update-dependencies-prbd9675d
Manually specify 3.12.0b4 on macOS661ba2d
Update dependencies66b46d0
Bump version: v2.14.0b0a5c95
Merge pull request #1543 from pypa/update-dependencies-pr8bfc92d
Update dependencies9afee48
[pre-commit.ci] pre-commit autoupdate (#1541)7f6fe8a
Merge pull request #1416 from Czaki/poerty_problemf44d278
Update docs/faq.mdDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)