Skip to content

Commit

Permalink
chore: update maturin version in conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed Jun 6, 2024
1 parent 35d9b74 commit f6ddf21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/datafusion-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- black
- flake8
- isort
- maturin>=0.15
- maturin>=1.5.1
- mypy
- numpy
- pyarrow>=11.0.0
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ requirements:
- {{ compiler('c') }}
- {{ compiler('rust') }}
- cargo-bundle-licenses
- maturin >=0.15,<0.16
- maturin >=1.5.1,<1.6.0
- libprotobuf =3
host:
- python
- maturin >=0.15,<0.16
- maturin >=1.5.1,<1.6.0
- pip
- zlib
- xz # [linux64]
Expand Down

0 comments on commit f6ddf21

Please sign in to comment.