greole / owls

A data exploration library written in python for (OpenFOAM) CFD data
http://greole.github.io
32 stars 11 forks source link

Pandas version problem #17

Closed Mahdi-Hosseinali closed 6 years ago

Mahdi-Hosseinali commented 7 years ago

Hi,

I tried to pip install the package but it complains not finding pandas 0.17.1. It seems having newer versions doesn't satisfy the requirement and pip install pandas==0.17.1 does not find any matching distribution.

greole commented 6 years ago

Thanks for reporting. However, i cannot reproduce the reported behaviour. What pip/python version are you using? Anyways I have updated the pypi repository of owls, maybe that helps?

GregorNeuber commented 6 years ago

Version 0.6.4 only worked with pip install pandas==0.13.1 I do not know the behavior for later versions.