-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathClearMapUi.yml
57 lines (56 loc) · 1.35 KB
/
ClearMapUi.yml
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
# ClearMap.yml
#
# ClearMap2.0 Toolbox
# © Christoph Kirst
# https://github.com/ChristophKirst/ClearMap2
#
# Licensed under GNU General Public License v3.0
#
# ClearMap anaconda environment
#
# install: conda env create -f ClearMap.yml
# update: conda env update -f ClearMap.yml
name: ClearMapUi
channels:
- nvidia
- pytorch
- conda-forge
- defaults
dependencies:
- python=3.7 # constraining seems to speed up resolution
- pip
- ipython
- vispy<=0.5.3
- pyopengl
- pyqt<6
- pyqtwebengine
- pyqtgraph=0.12 # Problem with pyqtgraph import of QWidgets with 0.13
- opencv
- cython
- numpy
- scipy
- pandas<2 # Groupby syntax changes
- pyarrow
- matplotlib
- scikit-image
- scikit-learn
- graph-tool<=2.45 # Cannot remove self loops with later versions
- pytorch<=1.11
- mkl<2024.1 # Breaks pytorch (https://github.com/pytorch/pytorch/issues/123097)
- cudatoolkit=11.6
- configobj
- natsort
- tifffile<2020.9.22 # Adds "Use DimensionOrder to determine axes order in OmeXml." which breaks ClearMap.IO
- xmltodict # to compensate for old tifffile
- pygments
- qdarkstyle
- qtpy # for qdarkstyle
- psutil # required for python < 3.9 for cancelable ProcessPoolExecutors
- tqdm
- mpld3 # WARNING Maybe pip
- pip:
- lxml
variables:
PYTHONNOUSERSITE: 1
#variables:
# TMPDIR: /data/tmp # FIXME: