-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
76 lines (61 loc) · 1.23 KB
/
requirements.txt
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
# vcnmodel requirements
# 7 May 2020
# P. Manis
# development utilities
black==24.3.0
flake8
bokeh==2.3.3
Pint==0.14
isort==5.0.2
mypy==0.961
jupyterlab
psutil
pypdf2
pytest==4.5.0
pyperclip
rich>=12.0
# cnmodel (and vcnmodel) requirements
alphashape
Cython==0.29.33
dill==0.3.1.1
envisage==4.7.2
imreg_dft
lmfit==1.0.3
#llvmlite==0.32.1 # required for numba version to avoid "TypeError: create_target_machine() got an unexpected keyword
matplotlib==3.5.2
matplotlib-scalebar==0.8.1
mplcursors==0.5.1
neuron==8.1
# elephant==0.11
-e git+http://github.com/NeuralEnsemble/elephant.git@0df45812b93229b3186c061cb84ec29fd380e09c#egg=elephant
nose==1.3.7
numba==0.56.4
numpy==1.23 # limited by numba, which balks at 1.24
pandas==1.5.3
plotnine>=0.7.1
psutil==5.6.7
pycca==0.2.0
-e git+https://github.com/circstat/pycircstat.git@dae8ecad8d594c402ea72fcc03dc3dd9172a66cf#egg=pycircstat
PyOpenGL==3.1.6
PyOpenGL-accelerate==3.1.6
pynwb
pyparsing==3.0.9
pyqt6==6.4.2
pyqt6-sip>=13.4.
pyqtgraph==0.13.2
openpyxl
resampy==0.2.1
scipy==1.12.0
scikit-learn==1.1.1
seaborn>=0.11.0
Shapely==1.8.2
six==1.12.0
sklearn
tifffile
toml>=0.10.0
vtk>=9.1.0
xlrd>=1.0.0
imreg_dft>=2.0
descartes
#mahotas
# the rest are handled directly in the calling shell script.