From c7fb13bb196697d7dfb62122479fb2364263c0f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ZHU=20Yuhao=20=E6=9C=B1=E5=AE=87=E6=B5=A9?= Date: Tue, 25 Mar 2025 22:43:42 +0100 Subject: [PATCH] Update max version to 25.2 --- mojoproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mojoproject.toml b/mojoproject.toml index b862dde3..64460546 100644 --- a/mojoproject.toml +++ b/mojoproject.toml @@ -1,7 +1,8 @@ [project] authors = ["ZHU Yuhao 朱宇浩 "] -channels = ["https://conda.modular.com/max-nightly", "https://conda.modular.com/max", "https://repo.prefix.dev/modular-community", "conda-forge"] -description = "A fixed-point decimal arithmetic library written in Mojo 🔥" +channels = ["https://conda.modular.com/max", "https://repo.prefix.dev/modular-community", "conda-forge"] +# channels = ["https://conda.modular.com/max-nightly", "https://conda.modular.com/max", "https://repo.prefix.dev/modular-community", "conda-forge"] +description = "A comprehensive decimal and integer mathematics library for Mojo" license = "Apache-2.0" name = "decimojo" platforms = ["osx-arm64", "linux-64"] @@ -9,7 +10,7 @@ readme = "README.md" version = "0.1.0" [dependencies] -max = ">=25.2,<25.3" +max = ">=25.2" [tasks] # format the code