8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f584a commit fa8aab0Copy full SHA for fa8aab0
conda/environments/datafusion-dev.yaml
@@ -21,7 +21,7 @@ dependencies:
21
- black
22
- flake8
23
- isort
24
- - maturin>=0.15
+ - maturin>=1.5.1
25
- mypy
26
- numpy
27
- pyarrow>=11.0.0
conda/recipes/meta.yaml
@@ -40,11 +40,11 @@ requirements:
40
- {{ compiler('c') }}
41
- {{ compiler('rust') }}
42
- cargo-bundle-licenses
43
- - maturin >=0.15,<0.16
+ - maturin >=1.5.1,<1.6.0
44
- libprotobuf =3
45
host:
46
- python
47
48
- pip
49
- zlib
50
- xz # [linux64]
0 commit comments