[Distutils] Avoiding cursed versions...

James Polley jp at jamezpolley.com
Tue Mar 8 23:59:29 EST 2016


pandas!=0.17.0,>=0.16.0


should do what you need, I think


On Wed, Mar 9, 2016 at 3:40 PM, Tennessee Leeuwenburg <
tleeuwenburg at gmail.com> wrote:

> I'm not aware of a way to avoid 'cursed versions' of packages. For
> example, pandas 0.17.0 has an issue with duplicate rows. This bug is fixed
> in 0.17.1, but also the previous version was fine. I apologies if there is
> logic to handle this situation.
>
> I would like to express this as a "latest version but not 0.17.0". This is
> because 'latest' might mean different things depending where you are
> getting your versions from (e.g. anaconda, pypi, OS packages).
>
> I don't know what to suggest, but I thought this was an interesting use
> case and worth mentioning.
>
>
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG at python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20160309/e146215d/attachment.html>


More information about the Distutils-SIG mailing list