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

pep508 dependency specification #1000

Open
wants to merge 3 commits into
base: devel
Choose a base branch
from

Conversation

jccalvojackson
Copy link

the current setup.py does not conform to pep508. Hence it can lead to issues like this.

This PR rewrites the dependencies using pep508

setup.py Outdated
'matplotlib==3.3.4;python_version>="3.6"',
]

install_requirements += matplotlib_version

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this makes matplotlib an unconditional dependency, which I don't think it was previously

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are right.

@codecov
Copy link

codecov bot commented Jan 11, 2023

Codecov Report

Merging #1000 (950b7d5) into devel (f63ed48) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #1000   +/-   ##
=======================================
  Coverage   54.49%   54.49%           
=======================================
  Files         210      210           
  Lines       21560    21560           
  Branches     3169     3169           
=======================================
  Hits        11750    11750           
  Misses       9255     9255           
  Partials      555      555           

@ekalosak
Copy link
Contributor

This PR is a bit old, due to lapses on the fault of maintainers for reviewing PRs and merging them. That said, There's a conflict with the main branch that must be resolved. WIthout that resolution soon (next week or so) I'd recommend closing this PR without merging.

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.

None yet

3 participants