Skip to content
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

[REVIEW] Pin mimesis to <4.1 #8745

Merged
merged 1 commit into from
Jul 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies:
- hypothesis
- sphinx-markdown-tables
- sphinx-copybutton
- mimesis
- mimesis<4.1
- packaging
- protobuf
- nvtx>=0.2.1
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies:
- hypothesis
- sphinx-markdown-tables
- sphinx-copybutton
- mimesis
- mimesis<4.1
- packaging
- protobuf
- nvtx>=0.2.1
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/requirements/cuda-11.0/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dlpack
fastavro>=0.22.9
fsspec>=0.6.0
hypothesis
mimesis
mimesis<4.1
mypy==0.782
nbsphinx
numba>=0.53.1
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/requirements/cuda-11.2/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dlpack
fastavro>=0.22.9
fsspec>=0.6.0
hypothesis
mimesis
mimesis<4.1
mypy==0.782
nbsphinx
numba>=0.53.1
Expand Down