-
Notifications
You must be signed in to change notification settings - Fork 64
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
Added deprecated module to setup.py Vinay Vinod <[email protected]> #337
Conversation
Signed-off-by: Vinay Vinod <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #337 +/- ##
=======================================
Coverage 91.42% 91.42%
=======================================
Files 40 40
Lines 4339 4339
=======================================
Hits 3967 3967
Misses 372 372 ☔ View full report in Codecov by Sentry. |
lint is failing. Could you please check? |
setup.py
Outdated
@@ -87,6 +87,7 @@ | |||
"pandas>=1.5,<3", | |||
"matplotlib>=3.6.0,<4", | |||
"numpy>=1.24.0,<2", | |||
"deprecated" |
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.
Can we pinning it to version latest(1.2.14
) or a compatible
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.
+1 on this
Signed-off-by: Vinay Vinod <[email protected]>
@dhrubo-os , can you approve the workflows to run. I think this can be merged if tests are passing. |
@dhrubo-os , |
Description
Added deprecated module to setup.py
Issues Resolved
[BUG] deprecated library missing from install_requires list #315
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.