-
Notifications
You must be signed in to change notification settings - Fork 915
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
Pin mimesis version in setup.py. #11906
Conversation
Opened rapidsai/integration#548 to unblock tests. |
Looks like @bdice already opened a PR: rapidsai/integration#547 |
Didn't see that :) Closed mine. |
rerun tests |
2 similar comments
rerun tests |
rerun tests |
Codecov ReportBase: 87.40% // Head: 88.13% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-22.12 #11906 +/- ##
================================================
+ Coverage 87.40% 88.13% +0.72%
================================================
Files 133 133
Lines 21833 21905 +72
================================================
+ Hits 19084 19305 +221
+ Misses 2749 2600 -149
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View 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.
Approving ops-codeowner
file changes
@gpucibot merge |
1 similar comment
@gpucibot merge |
Description
The dependency pinning for
mimesis
in cudf'ssetup.py
didn't match the conda environment. It was missing a pinning to<4.1
from #8745. However, based on the conversation in #8551, this pinning of<4.1
was only chosen because 4.1.0 wasn't yet available on conda-forge. Since the current version of mimesis is now 6.1.1, this PR updates the mimesis pinning to>=4.1
and usesgenerate_string
instead ofschoice
. I tested this locally with mimesis 6.1.1 and mimesis 4.1.0 and both passed tests.Merge this PR concurrently with rapidsai/integration#547.
Checklist