require new maturin release for 32 bit support+pypi fix

closes #538
This commit is contained in:
Damien Elmes 2020-04-04 07:38:57 +10:00
parent 6c9a6cde2b
commit c3b2881eac

View file

@ -1,3 +1 @@
# fixme: when maturin fixes 32 bit support, switch back to pypi
git+https://github.com/dae/maturin#egg=maturin; sys_platform == "linux" and platform_machine != "x86_64"
maturin; sys_platform != "linux" or platform_machine == "x86_64"
maturin>=0.8.0