-
Notifications
You must be signed in to change notification settings - Fork 898
Update sklearn transformer requirements #1145
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
Conversation
Unrelated to changed here but issue seem to be due to update of moto library: could probably fix by using moto[all] or selecting the relevant services |
Codecov Report
@@ Coverage Diff @@
## main #1145 +/- ##
=======================================
Coverage 98.59% 98.59%
=======================================
Files 129 129
Lines 13852 13852
=======================================
Hits 13658 13658
Misses 194 194 Continue to review full report at Codecov.
|
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.
looks good!
c6fa2ee
to
9010d54
Compare
test-requirements.txt
Outdated
@@ -5,7 +5,7 @@ pytest-xdist==1.26.1 | |||
pytest-cov==2.6.1 | |||
fastparquet>=0.1.6 | |||
graphviz>=0.8.4 | |||
moto>=1.3.13 | |||
moto[all]>=1.3.13 |
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.
if we're going to set a minimum requirement let's use the latest (1.3.15). It's the first version to introduce the optional requirements, and since this is the test requirements we can be more aggressive about requiring the latest versions
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.
sounds good
Update to 0.1.1 to go with the remove transform stacking PR changes.