@@ -9,14 +9,13 @@ description = "NeuroImaging Workflows provides processing tools for magnetic res
99readme = " README.rst"
1010license = " Apache-2.0"
1111license-files = [" LICENSE" ]
12- requires-python = " >= 3.9 "
12+ requires-python = " >= 3.10 "
1313authors = [
1414 {
name =
" The NiPreps Developers" ,
email =
" [email protected] " },
1515]
1616classifiers = [
1717 " Development Status :: 4 - Beta" ,
1818 " Intended Audience :: Science/Research" ,
19- " Programming Language :: Python :: 3.9" ,
2019 " Programming Language :: Python :: 3.10" ,
2120 " Programming Language :: Python :: 3.11" ,
2221 " Programming Language :: Python :: 3.12" ,
@@ -226,3 +225,45 @@ source = [
226225[tool .codespell ]
227226skip = " */data/*,*/docs/_build/*,./examples/viz-report.*"
228227ignore-words-list = " objekt,nd"
228+
229+ [tool .pixi .workspace ]
230+ channels = [" https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public" , " conda-forge" ]
231+ platforms = [" linux-64" ]
232+
233+ [tool .pixi .feature .niworkflows .activation .env ]
234+ FSLDIR = " $CONDA_PREFIX"
235+
236+ [tool .pixi .pypi-dependencies ]
237+ niworkflows = { path = " ." , editable = true }
238+
239+ [tool .pixi .environments ]
240+ default = { features = [" editable" ], solve-group = " default" }
241+ test = { features = [" editable" , " tests" ], solve-group = " default" }
242+ niworkflows = { features = [" production" ], solve-group = " production" }
243+
244+ [tool .pixi .feature .editable .pypi-dependencies ]
245+ niworkflows = { path = " ." , editable = true }
246+ [tool .pixi .feature .production .pypi-dependencies ]
247+ niworkflows = { path = " ." , editable = false }
248+
249+ [tool .pixi .tasks ]
250+
251+ [tool .pixi .dependencies ]
252+ python = " 3.12.*"
253+ mkl = " 2024.2.2.*"
254+ mkl-service = " 2.4.2.*"
255+ numpy = " 1.26.*"
256+ scipy = " 1.15.*"
257+ matplotlib = " 3.9.*"
258+ pandas = " 2.2.*"
259+ h5py = " 3.13.*"
260+ scikit-image = " 0.25.*"
261+ scikit-learn = " 1.6.*"
262+ graphviz = " 11.0.*"
263+ ants = " 2.5.*"
264+ libitk = " 5.4.0.*"
265+ fsl-bet2 = " 2111.8.*"
266+ fsl-flirt = " 2111.2.*"
267+ fsl-fast4 = " 2111.3.*"
268+ fsl-mcflirt = " 2111.0.*"
269+ fsl-miscmaths = " 2203.2.*"
0 commit comments