pastas / pastastore

:spaghetti: :convenience_store: Tools for managing timeseries and Pastas models

Home Page:https://pastastore.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arctic + Pandas issues

dbrakenhoff opened this issue · comments

Arctic is (somewhat) working on sorting out their pandas version issues (e.g. see man-group/arctic#903 (comment)).

As a result of this work, pastastore tests are failing when using the pandas 1.0.3 version that arctic says it requires, but they pass when using version 1.1.5. As a temporary fix the installation of pandas 1.1.5 in pastastore tests/ci is hardcoded. Note this does lead to a dependency conflict notification.

Current advice for pastastore users who also use the ArcticConnector is to use pandas 1.1.5.

Developments on this issue will be posted here.

Can we remove the pandas 1.1.5 dependency? This causes a lot of problems in my conda installation... Maybe we can check the pandas version when using the ArcticConnector?

Tests passing locally for PasConnector, DictConnector and PystoreConnector with pandas 1.3.3. So seems to be working fine. Ill commit the change now.

Great!

Closing issue, see #79