You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the course of the plasma rewrite, it seems that the pandas dependencies have changed: before pandas 0.14.1 was sufficient to run Tardis smoothly, now I need a newer version of this library to avoid the following slicing errors in the plasma part:
Using the latest version of pandas available via pip, pandas 0.16.2, resolves this issue and allows me to run Tardis again smoothly. A similar discussion took place in the course of PR #399
These statements are all based on the tardis_example run and on tests performed only on my laptop, running Debian Jessie.
If indeed pandas >= 0.16 is needed, the requirements should be updated.
The text was updated successfully, but these errors were encountered:
In the course of the plasma rewrite, it seems that the pandas dependencies have changed: before pandas 0.14.1 was sufficient to run Tardis smoothly, now I need a newer version of this library to avoid the following slicing errors in the plasma part:
Using the latest version of pandas available via
pip
, pandas 0.16.2, resolves this issue and allows me to run Tardis again smoothly. A similar discussion took place in the course of PR #399These statements are all based on the tardis_example run and on tests performed only on my laptop, running Debian Jessie.
If indeed pandas >= 0.16 is needed, the requirements should be updated.
The text was updated successfully, but these errors were encountered: