Skip to content

Commit

Permalink
Bump maturin to 1.14.0 (#5197)
Browse files Browse the repository at this point in the history
### What

This should fix the recompilation issue related to the
`MACOSX_DEPLOYMENT_TARGET` env var.

* Fixes #3266

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested the web demo (if applicable):
* Using newly built examples:
[app.rerun.io](https://app.rerun.io/pr/5197/index.html)
* Using examples from latest `main` build:
[app.rerun.io](https://app.rerun.io/pr/5197/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)
* Using full set of examples from `nightly` build:
[app.rerun.io](https://app.rerun.io/pr/5197/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG
* [x] If applicable, add a new check to the [release
checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)!

- [PR Build Summary](https://build.rerun.io/pr/5197)
- [Docs
preview](https://rerun.io/preview/09679948de831e3bc7ec53cd3bd9298f8731d16e/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/09679948de831e3bc7ec53cd3bd9298f8731d16e/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
  • Loading branch information
abey79 authored Feb 15, 2024
1 parent 21c5bd6 commit 24dddad
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contrib_rerun_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build Wheel
uses: PyO3/maturin-action@v1
with:
maturin-version: "0.14.17"
maturin-version: "1.4.0"
manylinux: manylinux_2_31
container: off
command: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_publish_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
python3 -m pip install packaging==23.1 google-cloud-storage==2.9.0 maturin==0.14.17
python3 -m pip install packaging==23.1 google-cloud-storage==2.9.0 maturin==1.4.0
- name: Publish to PyPI
shell: bash
Expand Down
85 changes: 42 additions & 43 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ flatbuffers = ">=23"
gitignore-parser = ">=0.1.9"
gitpython = ">=3.1.40"
just = ">=1.15.0"
maturin = ">=0.14,<0.15"
maturin = "1.4.0"
mypy = "1.4.1"
numpy = ">=1.23,<2"
pip = ">=23"
Expand Down
2 changes: 1 addition & 1 deletion rerun_py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = "maturin"
requires = ["maturin>=1.3.0"]
requires = ["maturin>=1.4.0"]

[project]
classifiers = [
Expand Down

0 comments on commit 24dddad

Please sign in to comment.