Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Fix requirements #284

Merged
merged 3 commits into from
Mar 10, 2021
Merged

Fix requirements #284

merged 3 commits into from
Mar 10, 2021

Conversation

prete
Copy link
Collaborator

@prete prete commented Mar 9, 2021

  • 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.
  • Add README.md and requirements.txt to package MANIFEST.in
  • Bump package version (2.1.7) and add short description (summary/description) to setup.py

…ndas.errors.InvalidIndexError: Reindexing only valid with uniquely valued Index objects'. Add min version for numpy<=1.16.5 to match pandas requirement. Remove unused cython requirement.
@luzgaral
Copy link
Collaborator

Looks good. Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants