-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpixi.toml
91 lines (88 loc) · 1.47 KB
/
pixi.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[project]
name = "soma-env-0.0"
channels = ["pytorch", "nvidia", "conda-forge", "https://brainvisa.info/neuro-forge"]
platforms = ["linux-64"]
version = "0.0"
[dependencies]
python = ">=3.10,>=3.9,==3.11"
fire = "*"
conda-build = "*"
pyyaml = "*"
dateutils = "*"
cmake = "*"
gcc = "*"
git = "*"
gitpython = "*"
gxx = "*"
libglu = "*"
libglvnd-devel-cos7-x86_64 = "*"
libstdcxx-devel_linux-64 = "*"
make = "*"
mesa-libgl-devel-cos7-x86_64 = "*"
mesalib-devel-only = "*"
pip = "*"
pyaml = "*"
pytest = "*"
rattler-build = ">=0.13"
six = "*"
sphinx = "*"
toml = "*"
virtualgl = "*"
"sigcpp-2.0" = "*"
libblitz = "*"
boost-cpp = "*"
gfortran = "*"
dcmtk = "*"
numpy = "<2"
libminc = "*"
openjpeg = "*"
pywebp = "*"
objgraph = "*"
graphviz = "*"
doxygen = "*"
pkgconfig = "*"
nipype = "*"
xlrd = "*"
xlwt = "*"
openpyxl = "*"
lark-parser = ">0.7.0"
python-dateutil = "*"
requests = "*"
cryptography = "*"
pytorch = "*"
torchvision = "*"
scikit-learn = "*"
pcl = "*"
configobj = "*"
pyqtwebkit = "*"
scipy = "*"
traits = "<7"
spm12 = "*"
reportlab = "*"
libsvm = "*"
qwt = "*"
matplotlib = "*"
qtconsole = "*"
ipycanvas = "*"
ipywidgets = "*"
ipyevents = "*"
notebook = "*"
pygltflib = "*"
nodejs = "*"
xvfb = "*"
mesalib_software = "*"
pydantic = "<2"
pyqt = "*"
pyqtwebengine = "*"
ipykernel = "*"
pycryptodome = "*"
pandas = "*"
libgl = "*"
libopengl = "*"
pydicom = "*"
pre-commit = ">=4.1.0,<5"
[dependencies.libjpeg-turbo]
channel = "conda-forge"
version = ">=3.0.0"
[activation]
scripts = ["activate.sh"]