This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
- Fix pandas version, pinned to pandas>=1.0.0,<=1.1.4 to prevent 'pandas.errors.InvalidIndexError: Reindexing only valid with uniquely valued Index objects'
- Add min version numpy>=1.16.5 to match pandas requirement.
- Remove unused cython requirement.