Skip to content

Commit 860283a

Browse files
Upgrade maturin (#725)
* chore: update maturin dep to 1.5.1 * chore: pip-compile for requirements-310.txt and requirements-311.txt * chore: update maturin version in conda recipe
1 parent 1d4743f commit 860283a

File tree

7 files changed

+276
-278
lines changed

7 files changed

+276
-278
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: python -m pip install --upgrade pip
8181

8282
- name: Install maturin
83-
run: pip install maturin==0.15.1
83+
run: pip install maturin==1.5.1
8484

8585
- run: rm LICENSE.txt
8686
- name: Download LICENSE.txt
@@ -141,7 +141,7 @@ jobs:
141141
run: python -m pip install --upgrade pip
142142

143143
- name: Install maturin
144-
run: pip install maturin==0.15.1
144+
run: pip install maturin==1.5.1
145145

146146
- run: rm LICENSE.txt
147147
- name: Download LICENSE.txt

conda/environments/datafusion-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
- black
2222
- flake8
2323
- isort
24-
- maturin>=0.15
24+
- maturin>=1.5.1
2525
- mypy
2626
- numpy
2727
- pyarrow>=11.0.0

conda/recipes/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ requirements:
4040
- {{ compiler('c') }}
4141
- {{ compiler('rust') }}
4242
- cargo-bundle-licenses
43-
- maturin >=0.15,<0.16
43+
- maturin >=1.5.1,<1.6.0
4444
- libprotobuf =3
4545
host:
4646
- python
47-
- maturin >=0.15,<0.16
47+
- maturin >=1.5.1,<1.6.0
4848
- pip
4949
- zlib
5050
- xz # [linux64]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
[build-system]
19-
requires = ["maturin>=0.15,<0.16"]
19+
requires = ["maturin>=1.5.1,<1.6.0"]
2020
build-backend = "maturin"
2121

2222
[project]

requirements-310.txt

Lines changed: 160 additions & 162 deletions
Large diffs are not rendered by default.

requirements-311.txt

Lines changed: 109 additions & 109 deletions
Large diffs are not rendered by default.

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
maturin>=0.15
18+
maturin>=1.5.1
1919
mypy
2020
numpy
2121
pyarrow>=11.0.0

0 commit comments

Comments
 (0)