Skip to content

Commit 785bae6

Browse files
[Mojo] fix mojo version for pixi-backend (#357)
1 parent 8fe5627 commit 785bae6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.MD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,18 +210,18 @@ backend = {name = "pixi-build-mojo", version = "0.*"}
210210
name = "your_package_name"
211211

212212
[package.host-dependencies]
213-
modular = ">=25.7.0,<26"
213+
modular = "0.26.2.*"
214214

215215
[package.build-dependencies]
216-
modular = ">=25.7.0,<26"
216+
modular = "0.26.2.*"
217217
numojo = { git = "https://github.com/Mojo-Numerics-and-Algorithms-group/NuMojo", branch = "main"}
218218

219219
[package.run-dependencies]
220-
modular = ">=25.7.0,<26"
220+
modular = "0.26.2.*"
221221
numojo = { git = "https://github.com/Mojo-Numerics-and-Algorithms-group/NuMojo", branch = "main"}
222222

223223
[dependencies]
224-
modular = ">=25.7.0,<26"
224+
modular = "26.2.*"
225225
numojo = { git = "https://github.com/Mojo-Numerics-and-Algorithms-group/NuMojo", branch = "main"}
226226
```
227227

pixi.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ backend = {name = "pixi-build-mojo", version = "0.*", channels = [
3434
name = "numojo"
3535

3636
[package.host-dependencies]
37-
modular = "26.2.*"
37+
modular = "0.26.2.*"
3838

3939
[package.build-dependencies]
40-
modular = "26.2.*"
40+
modular = "0.26.2.*"
4141

4242
[package.run-dependencies]
43-
modular = "26.2.*"
43+
modular = "0.26.2.*"
4444

4545
[tasks]
4646
# compile the package and copy it to the tests folder

0 commit comments

Comments
 (0)