-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
37 lines (33 loc) · 938 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
[metadata]
name = MouseArmTransformer
version = attr: MouseArmTransformer.__version__
author = Mathis Lab of Adaptive Intelligence
author_email = [email protected]
description = "A package for lifting 2D to 3D in a mouse arm"
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/AdaptiveMotorControlLab/MouseArmTransformer
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
packages = find:
install_requires =
einops
torch
numpy
pandas
scipy
opencv-python
include_package_data = True
[options.extras_require]
dev =
pytest
train =
mausspaun
[options.package_data]
lifting_transformer = ['lifting_transformer/weights/*.pt']