martibosch / pylandstats

Computing landscape metrics in the Python ecosystem
https://doi.org/10.1371/journal.pone.0225734
GNU General Public License v3.0
82 stars 16 forks source link

Inverse transonic and pythran order in pyproject.toml #6

Closed paugier closed 4 years ago

paugier commented 4 years ago

I open this PR to check if the order changes anything for the CI.

It could "fix" an issue related to the fact that the lastest pythran (0.9.6) requires gast 0.3.3 but the lastest transonic just requires "gast" (which corresponds to gast 0.4.0).

pip is not able to correctly handle this situation.

See https://github.com/serge-sans-paille/pythran/issues/1628