-
Notifications
You must be signed in to change notification settings - Fork 562
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
base: devel
Are you sure you want to change the base?
Conversation
setup.py
Outdated
'matplotlib==3.3.4;python_version>="3.6"', | ||
] | ||
|
||
install_requirements += matplotlib_version |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you are right.
Codecov ReportAll modified and coverable lines are covered by tests ✅
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 |
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. |
the current setup.py does not conform to pep508. Hence it can lead to issues like this.
This PR rewrites the dependencies using pep508