Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update setup.cfg to pin pandas version
I accidentally updated pandas to 2.1.4 and got a ValueError while running a script, worked when I downgraded pandas to 2.0.3: from pandas._libs.interval import Interval File "interval.pyx", line 1, in init pandas._libs.interval ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
- Loading branch information