Open LuighiV opened 1 year ago
We ran into both of these problems this morning as well. After trying unsuccessfully to change the code, (didn't see this issue till just now), we finally did
pip install pandas==1.5.0
and everything worked like a charm. Would an easier fix be to change the requieqments list for install from pandas>=1.0 to a version that is also <=1.5.0 ?
so... in setup.py we could have
"pandas>=1.0,<=1.5.0",
Executing with recent version of pandas (2.0.0), released on April 3, 2023, returns this error:
This is because a removed method for Series.
Reference: https://pandas.pydata.org/docs/whatsnew/v2.0.0.html#removal-of-prior-version-deprecations-changes