Skip to content

Commit

Permalink
Merge pull request #36 from tylerjthomas9/dev
Browse files Browse the repository at this point in the history
Update package bounds to v22.06, drop python 3.8
  • Loading branch information
tylerjthomas9 authored Jun 13, 2023
2 parents c545591 + 5f8cbca commit cb7680e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions CondaPkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ channels = ["rapidsai", "nvidia", "conda-forge"]

[deps]
cudatoolkit = ">=11.2,<=11.8"
cucim = "=23.04"
cudf = "=23.04"
cugraph = "=23.04"
cuml = "=23.04"
cusignal = "=23.04"
cuspatial = "=23.04"
cuxfilter = "=23.04"
python = ">=3.8,<=3.10"
cucim = "=23.06"
cudf = "=23.06"
cugraph = "=23.06"
cuml = "=23.06"
cusignal = "=23.06"
cuspatial = "=23.06"
cuxfilter = "=23.06"
python = ">=3.9,<=3.10"
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RAPIDS"
uuid = "2764e59e-7dd7-4b2d-a28d-ce06411bac13"
authors = ["tylerjthomas9 <[email protected]>"]
version = "0.3.2"
version = "0.3.3"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand Down

0 comments on commit cb7680e

Please sign in to comment.