crate / sqlalchemy-cratedb

SQLAlchemy dialect for CrateDB.
https://cratedb.com/docs/sqlalchemy-cratedb/
Apache License 2.0
3 stars 2 forks source link

Chore: Fix pandas testing dependency by downgrading to pandas 2.0 #16

Closed amotl closed 10 months ago

amotl commented 10 months ago

Need to downgrade pandas, which is used for testing.

ImportError: cannot import name 'makeTimeDataFrame' from 'pandas._testing'
amotl commented 10 months ago

It looks like it works now?

amotl commented 10 months ago

Ah. It is only pandas 2.2.0rc0, which gets pulled in on Python 3.12, and fails there.