messDiv / MESS

Massive Eco-Evolutionary Synthesis Simulations
5 stars 1 forks source link

unpin pandas 0.23.4 when rpy2 3.0 comes out #45

Closed isaacovercast closed 4 years ago

isaacovercast commented 5 years ago

Nasty bug between pandas and rpy2 2.x

https://bitbucket.org/rpy2/rpy2/issues/509/latest-pandas-breaking-rpy2-conversion https://stackoverflow.com/questions/54904223/importing-rds-files-in-python-to-be-read-as-a-dataframe https://github.com/theislab/single-cell-tutorial/issues/7

Pin pandas to 0.23.4 for now, but unpin it when rpy2 3.0 hits conda.

isaacovercast commented 4 years ago

Done. But now rpy2 3.0 is required.