Skip to content
Open
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 Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ Preferences = "1"
Random = "1"
StatsBase = "0.34"
cunumeric_jl_wrapper_jll = "25.10.3"
cupynumeric_jll = "25.10.3"
cupynumeric_jll = "26.1.0"
julia = "1.10"
4 changes: 2 additions & 2 deletions deps/version.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* Ethan Meitz <emeitz@andrew.cmu.edu>
=#

const MIN_CUNUMERIC_VERSION = v"25.10.00"
const MAX_CUNUMERIC_VERSION = v"25.12.00"
const MIN_CUNUMERIC_VERSION = v"26.01.00"
const MAX_CUNUMERIC_VERSION = v"26.11.999"

up_dir(dir::String) = abspath(joinpath(dir, ".."))

Expand Down
Loading