File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -187,29 +187,29 @@ fn main() raises:
187187
188188There are three approach to install and use the Numojo package.
189189
190- ### Use magic CLI
190+ ### Use pixi CLI
191191
192192You can use the following command in the terminal to install ` numojo ` .
193193
194194``` console
195- magic add numojo
195+ pixi add numojo
196196```
197197
198198### Add in toml file
199199
200- You can add ` numojo ` in the dependencies section of your toml file.
200+ You can add ` pixi ` in the dependencies section of your toml file.
201201
202202``` toml
203203[dependencies ]
204- numojo = " ==0.6 "
204+ pixi = " ==0.7.0 "
205205```
206206
207207### Build package
208208
209209This approach involves building a standalone package file ` mojopkg ` .
210210
2112111 . Clone the repository.
212- 2 . Build the package using ` magic run package` .
212+ 2 . Build the package using ` pixi run package` .
2132133 . Move the ` numojo.mojopkg ` into the directory containing the your code.
214214
215215### Include NuMojo's path for compiler and LSP
Original file line number Diff line number Diff line change 11context :
2- version : " 0.6.1 "
2+ version : " 0.7.0 "
33
44package :
55 name : " numojo"
66 version : ${{ version }}
77
88source :
99 - git : https://github.com/Mojo-Numerics-and-Algorithms-group/NuMojo.git
10- rev : f0dea371bfd15df65e917e013e11d6177bfc975a
10+ rev : 2b72ef420f68329a5d99120e0cdb642f027ae837
1111
1212build :
1313 number : 0
1414 script :
1515 - mojo package numojo -o ${{ PREFIX }}/lib/mojo/numojo.mojopkg
1616requirements :
1717 host :
18- - max=25.1.1
18+ - max=25.3
1919 run :
2020 - ${{ pin_compatible('max') }}
2121
2626 - mojo run tests.mojo
2727 requirements :
2828 run :
29- - max=25.1.1
29+ - max=25.3
3030 - numpy
3131 files :
3232 recipe :
You can’t perform that action at this time.
0 commit comments