Skip to content

Commit

Permalink
Merge pull request #311 from galipremsagar/patch-16
Browse files Browse the repository at this point in the history
Pin `mimesis` version to `<4.1`
  • Loading branch information
ajschmidt8 authored Jul 15, 2021
2 parents 6430beb + 847055a commit a7c6a7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/rapids-build-env/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ requirements:
- libwebp
- lightgbm
- make
- mimesis
- mimesis {{ mimesis_version }}
- moto {{ moto_version }}
- mypy {{ mypy_version }}
- nccl {{ nccl_version }}
Expand Down
2 changes: 2 additions & 0 deletions conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jupyter_packaging_version:
- '>=0.7.0,<0.8'
librdkafka_version:
- '=1.6.*'
mimesis_version:
- '<4.1'
moto_version:
- '>=1.3.14'
mypy_version:
Expand Down

0 comments on commit a7c6a7c

Please sign in to comment.