-
Notifications
You must be signed in to change notification settings - Fork 39
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
Cleanup unused dependencies and deprecated code #232
Conversation
@adybbroe I also noticed a lot of numpy deprecations. Are you OK if I fix those here or should I make another PR? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #232 +/- ##
==========================================
+ Coverage 89.82% 90.20% +0.37%
==========================================
Files 23 23
Lines 2535 2521 -14
==========================================
- Hits 2277 2274 -3
+ Misses 258 247 -11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
To me this sounds fine, doing it in this PR. Thanks! |
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.
LGTM
Removed six and docutils dependencies that aren't used. Removed requirements.txt that isn't used. Remove old test suite code that isn't used. Remove deprecated setuptools things like test_requires.
pytest pyspectral
flake8 pyspectral
AUTHORS.md
if not there already