-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
72 lines (67 loc) · 1.39 KB
/
Copy pathsetup.cfg
File metadata and controls
72 lines (67 loc) · 1.39 KB
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
[metadata]
author = Caleb Weinreb
author_email = calebsw@gmail.com
url = https://github.com/calebweinreb/SNUB
description = Systems Neuro Browser
long_description = file:README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
packages = find:
include_package_data = True
python_requires = >=3.8
install_requires =
PyQt5
numpy
scikit-learn
tqdm
cmapy
interlap
numba
vispy
imageio
imageio-ffmpeg
umap-learn
rastermap==0.1.3
ipykernel
pyqtgraph
networkx
opencv-python; python_version > '3.8'
opencv-python==4.1.2.30; python_version == '3.8'
vidio>=0.0.3
pynwb
ndx-pose
ndx-photometry
ndx-depth-moseq
pandas
dandi
markdown
PyQtWebEngine
[options.extras_require]
dev =
pytest
black
pytest-qt
sphinx==4.4.0
sphinx_rtd_theme==1.0.0
[options.package_data]
snub.gui = icons/*
* = *.md
[options.entry_points]
console_scripts =
snub = snub.gui.main:run
[versioneer]
VCS = git
style = pep440
versionfile_source = snub/_version.py
versionfile_build = snub/_version.py
tag_prefix =
parentdir_prefix =
[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git*,versioneer.py,*.css
check-hidden = true
ignore-regex = \bChilds Memorial\b
# ignore-words-list =