From a8d2b52c89cfd3a458fb35a1a8aabb8eb1d470a1 Mon Sep 17 00:00:00 2001 From: Ethan Meitz <54505069+ejmeitz@users.noreply.github.com> Date: Wed, 8 Apr 2026 20:21:18 -0400 Subject: [PATCH] Update Julia version requirement to '>=1.10' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acf691fe..7f5df3f5 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,4 @@ println("Monte-Carlo Estimate: $(estimate)") ### Requirements -We require an x86 Linux platform and Julia 1.10 or 1.11. For GPU support we require an NVIDIA GPU and a CUDA driver which supports CUDA 13.0. ARM support is theoretically possible, but we do not make binaries or test on ARM. Please open an issue if ARM support is of interest. +We require an x86 Linux platform and Julia >=1.10. For GPU support we require an NVIDIA GPU and a CUDA driver which supports CUDA 13.0. ARM support is theoretically possible, but we do not make binaries or test on ARM. Please open an issue if ARM support is of interest.