Skip to content

Commit a931afa

Browse files
authored
Update decimojo to 0.7.0 (#214)
1 parent ec5cbd2 commit a931afa

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

recipes/decimojo/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,20 @@ This repository includes [TOMLMojo](https://github.com/forfudan/decimojo/tree/ma
2727

2828
## Installation
2929

30-
DeciMojo is available in the [modular-community](https://repo.prefix.dev/modular-community) package repository. You can install it using any of these methods:
30+
DeciMojo is available in the modular-community `https://repo.prefix.dev/modular-community` package repository. To access this repository, add it to your `channels` list in your `pixi.toml` file:
31+
32+
```toml
33+
channels = ["https://conda.modular.com/max", "https://repo.prefix.dev/modular-community", "conda-forge"]
34+
```
35+
36+
Then, you can install DeciMojo using any of these methods:
3137

3238
1. From the `pixi` CLI, run the command ```pixi add decimojo```. This fetches the latest version and makes it immediately available for import.
3339

3440
1. In the `mojoproject.toml` file of your project, add the following dependency:
3541

3642
```toml
37-
decimojo = "==0.6.0"
43+
decimojo = "==0.7.0"
3844
```
3945

4046
Then run `pixi install` to download and install the package.
@@ -52,6 +58,7 @@ The following table summarizes the package versions and their corresponding Mojo
5258
| v0.4.x | ==25.4 | pixi |
5359
| v0.5.0 | ==25.5 | pixi |
5460
| v0.6.0 | ==0.25.7 | pixi |
61+
| v0.7.0 | ==0.26.1 | pixi |
5562

5663
## Quick start
5764

recipes/decimojo/recipe.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
context:
2-
version: "0.6.0"
3-
mojo_version: "=0.25.7"
2+
version: "0.7.0"
3+
mojo_version: "=0.26.1"
44

55
package:
66
name: "decimojo"
77
version: ${{ version }}
88

99
source:
1010
- git: https://github.com/forFudan/decimojo.git
11-
rev: 0fab1a2349cf05b854c4c204ec2121f634396809
11+
rev: 00a47934d25e69ab76137aae3898e0b6bc800a66
1212

1313
build:
1414
number: 0

0 commit comments

Comments
 (0)