-
Notifications
You must be signed in to change notification settings - Fork 27
/
setup.cfg
58 lines (54 loc) · 1021 Bytes
/
setup.cfg
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
[metadata]
name = keypoint-moseq
author = Caleb Weinreb
author_email = [email protected]
url = https://github.com/dattalab/keypoint-moseq
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
packages = find:
include_package_data = True
python_requires = >=3.9
install_requires =
seaborn==0.13.0
cytoolz
matplotlib==3.8.4
tqdm
ipykernel
imageio[ffmpeg]
statsmodels
pyyaml
vidio
holoviews[recommended]
bokeh
pandas
tables
bokeh==2.4.3
panel==0.14.4
holoviews==1.15.4
networkx
sleap_io
pynwb
ndx_pose
plotly
ipython_genutils
tabulate
commentjson
jax-moseq>=0.2.2
numpy<=1.26.4
[options.extras_require]
dev =
sphinx
sphinx-rtd-theme
autodocsumm
myst-nb
[options.package_data]
* = *.md
[versioneer]
VCS = git
style = pep440
versionfile_source = keypoint_moseq/_version.py
versionfile_build = keypoint_moseq/_version.py
tag_prefix =
parentdir_prefix =