Skip to content

Fix dependency typo: separate 'patsy' from pandas constraint#120

Open
ClaudioNazzi wants to merge 1 commit intohddm-devs:masterfrom
ClaudioNazzi:fix/setup-deps-typo
Open

Fix dependency typo: separate 'patsy' from pandas constraint#120
ClaudioNazzi wants to merge 1 commit intohddm-devs:masterfrom
ClaudioNazzi:fix/setup-deps-typo

Conversation

@ClaudioNazzi
Copy link
Copy Markdown

This pull request fixes a typo in the setup.py dependency list that caused installation to fail. The original line incorrectly combined two dependencies (pandas >= 1.0.0, < 1.5.0patsy), producing an InvalidRequirement error when installing from PyPI. The corrected line now properly separates them as pandas>=1.0.0,<1.5.0 and patsy. This resolves the metadata-generation failure and allows successful installation using pip install . or directly from GitHub on both Windows and conda environments (tested with Python 3.7).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant