Skip to content

Commit a4ef3b1

Browse files
authored
[max] Update max version to 25.2 (#58)
This pull request includes changes to the `mojoproject.toml` file, focusing on updating project metadata and dependencies. Project metadata updates: * Updated the project description to "A comprehensive decimal and integer mathematics library for Mojo" from "A fixed-point decimal arithmetic library written in Mojo 🔥". * Commented out the nightly channel URL in the `channels` list, simplifying the active channels to "https://conda.modular.com/max", "https://repo.prefix.dev/modular-community", and "conda-forge". Dependency updates: * Modified the version constraint for the `max` dependency to ">=25.2" from ">=25.2,<25.3".
1 parent 629e416 commit a4ef3b1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mojoproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
[project]
22
authors = ["ZHU Yuhao 朱宇浩 <dr.yuhao.zhu@outlook.com>"]
3-
channels = ["https://conda.modular.com/max-nightly", "https://conda.modular.com/max", "https://repo.prefix.dev/modular-community", "conda-forge"]
4-
description = "A fixed-point decimal arithmetic library written in Mojo 🔥"
3+
channels = ["https://conda.modular.com/max", "https://repo.prefix.dev/modular-community", "conda-forge"]
4+
# channels = ["https://conda.modular.com/max-nightly", "https://conda.modular.com/max", "https://repo.prefix.dev/modular-community", "conda-forge"]
5+
description = "A comprehensive decimal and integer mathematics library for Mojo"
56
license = "Apache-2.0"
67
name = "decimojo"
78
platforms = ["osx-arm64", "linux-64"]
89
readme = "README.md"
910
version = "0.1.0"
1011

1112
[dependencies]
12-
max = ">=25.2,<25.3"
13+
max = ">=25.2"
1314

1415
[tasks]
1516
# format the code

0 commit comments

Comments
 (0)