Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pandas requirement, change numpy requirement to 1.22.4 #306

Merged
merged 7 commits into from
Sep 12, 2024

Conversation

adrianusler
Copy link
Contributor

PR intended to close #305.

Pandas requirement added both to requirements.txt and to setup.py. Changed numpy requirement to 1.22.4 because apparently that is the oldest version still supported by pandas, (see https://pandas.pydata.org/docs/getting_started/install.html#required-dependencies). Perhaps a required version should be specified for pandas, too?

@adrianusler
Copy link
Contributor Author

@mdmurbach Apparently, Python 3.7 does not work with numpy>1.21, but pandas requires numpy>1.22.4.

So maybe the Python version requirement should also be changed to >=3.8?

setup.py Outdated Show resolved Hide resolved
@adrianusler adrianusler marked this pull request as ready for review September 6, 2024 06:29
Fix flake8 ignore lines that are causing the linter to fail
Add space causing the linter to fail
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10823578514

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.883%

Totals Coverage Status
Change from base Build 10295629592: 0.0%
Covered Lines: 854
Relevant Lines: 855

💛 - Coveralls

@mdmurbach mdmurbach merged commit 0b302ca into ECSHackWeek:main Sep 12, 2024
8 checks passed
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.

[BUG] pandas not required by the package on PyPi but is imported by impedance.py
3 participants