8000 chore: update maturin version in conda recipe · apache/datafusion-python@fa8aab0 · GitHub
[go: up one dir, main page]

Skip to content

Commit fa8aab0

Browse files
chore: update maturin version in conda recipe
1 parent 15f584a commit fa8aab0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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]

0 commit comments

Comments
 (0)
0