You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discovered in #8550 , mimesis 4.1.0 introduced a breaking change that can affect us, as we use Random.schoice in tests.
In conda-forge, mimesis is at version 4.0.0, so this has not presented previously. As noted by @shwina , we likely want to constrain to <4.1 for now and then update when 4.1+ becomes available on conda-forge.
The text was updated successfully, but these errors were encountered:
The dependency pinning for `mimesis` in cudf's `setup.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 uses `generate_string` instead of `schoice`. 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.
Authors:
- Bradley Dice (https://github.com/bdice)
Approvers:
- GALI PREM SAGAR (https://github.com/galipremsagar)
- AJ Schmidt (https://github.com/ajschmidt8)
URL: #11906
As discovered in #8550 , mimesis 4.1.0 introduced a breaking change that can affect us, as we use
Random.schoice
in tests.In conda-forge, mimesis is at version 4.0.0, so this has not presented previously. As noted by @shwina , we likely want to constrain to <4.1 for now and then update when 4.1+ becomes available on conda-forge.
The text was updated successfully, but these errors were encountered: