Skip to content

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

Merged
merged 4 commits into from
Sep 8, 2020
Merged

Conversation

tamargrey
Copy link
Contributor

Update to 0.1.1 to go with the remove transform stacking PR changes.

@tamargrey tamargrey requested a review from rwedge September 8, 2020 17:13
@rwedge
Copy link
Contributor

rwedge commented Sep 8, 2020

Unrelated to changed here but issue seem to be due to update of moto library:

getmoto/moto#3290

could probably fix by using moto[all] or selecting the relevant services

@codecov
Copy link

codecov bot commented Sep 8, 2020

Codecov Report

Merging #1145 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ea1f50d...9f62b4c. Read the comment docs.

rwedge
rwedge previously approved these changes Sep 8, 2020
Copy link
Contributor

@rwedge rwedge left a comment

Choose a reason for hiding this comment

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

looks good!

@@ -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
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sounds good

@tamargrey tamargrey merged commit 58ef9c1 into main Sep 8, 2020
@tamargrey tamargrey mentioned this pull request Sep 8, 2020
@rwedge rwedge deleted the sklearn-transformer-reqs branch September 21, 2020 19:20
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.

2 participants