Skip to content

Commit

Permalink
Merge pull request #72 from jakirkham/req_pickle5
Browse files Browse the repository at this point in the history
Require `pickle5` (on older Python versions)
  • Loading branch information
mike-wendt authored Jul 13, 2020
2 parents 598692a + d05a3f6 commit cc8aa3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/rapids-build-env/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ requirements:
- numpy {{ numpy_version }}
- pandas {{ pandas_version }}
- panel {{ panel_version }}
- pickle5 # [py<38]
- pkg-config
- protobuf {{ protobuf_version }}
- psutil
Expand Down
1 change: 1 addition & 0 deletions conda/recipes/rapids/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ requirements:
- nccl {{ nccl_version }}
- numba {{ numba_version }}
- numpy {{ numpy_version }}
- pickle5 # [py<38]
- python
- cudf ={{ minor_version }}.*
- cugraph ={{ minor_version }}.*
Expand Down

0 comments on commit cc8aa3a

Please sign in to comment.