Skip to content

Commit

Permalink
Use .0 suffix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Oct 11, 2022
1 parent a2e6b5d commit 8f717e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies:
- myst-nb
- scipy
- dask-cuda=22.12.*
- mimesis>=4.1
- mimesis>=4.1.0
- packaging
- protobuf>=3.20.1,<3.21.0a0
- nvtx>=0.2.1
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"pytest-benchmark",
"pytest-xdist",
"hypothesis",
"mimesis>=4.1",
"mimesis>=4.1.0",
"fastavro>=0.22.9",
"python-snappy>=0.6.0",
"pyorc",
Expand Down

0 comments on commit 8f717e7

Please sign in to comment.