Closed amotl closed 10 months ago
Need to downgrade pandas, which is used for testing.
ImportError: cannot import name 'makeTimeDataFrame' from 'pandas._testing'
It looks like it works now?
Ah. It is only pandas 2.2.0rc0, which gets pulled in on Python 3.12, and fails there.
Need to downgrade pandas, which is used for testing.