apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
321 stars 64 forks source link

Upgrade maturin #725

Closed Michael-J-Ward closed 2 weeks ago

Michael-J-Ward commented 3 weeks ago

Which issue does this PR close?

Addresses #701, but I'm unsure if it'll fully close it.

NOTE: Since my distro, nixos, no longer includes python 3.7 in its package set, I only updated the locked requirements for python 3.10 and python 3.11. Please see #726

Rationale for this change

The current maturin version is no longer supported by conda-forge

What changes are included in this PR?

Upgrade maturin to 1.5.1 in pyproject.toml, requirements.in, and conda recipes

Are there any user-facing changes?

Hopefully limited to users compiling from source needing to update their virtual env dependencies.