From 2cff078b5063b5563787b28bcb3df7d7b0ec4580 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 4 Apr 2020 07:38:57 +1000 Subject: [PATCH] require new maturin release for 32 bit support+pypi fix closes #538 --- rspy/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rspy/requirements.txt b/rspy/requirements.txt index 3203b816c..2e268c221 100644 --- a/rspy/requirements.txt +++ b/rspy/requirements.txt @@ -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