[Distutils] Avoiding cursed versions...

Tennessee Leeuwenburg tleeuwenburg at gmail.com
Wed Mar 9 00:02:43 EST 2016


Thanks James, sorry for the n00b level question.

On 9 March 2016 at 15:59, James Polley <jp at jamezpolley.com> wrote:

> 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
>>
>>
>


-- 
--------------------------------------------------
Tennessee Leeuwenburg
http://myownhat.blogspot.com/
"Don't believe everything you think"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20160309/d5bb088c/attachment.html>


More information about the Distutils-SIG mailing list