-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
66 lines (61 loc) · 1.34 KB
/
setup.cfg
File metadata and controls
66 lines (61 loc) · 1.34 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
[metadata]
name = placeholder
version = 0.0.0rc1
author = file: AUTHORS.md
author_email = mackenzie@post.harvard.edu
description = Describe Your Package
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE
url = https://github.com/AdaptiveMotorControlLab/WorkspaceTemplate
project_urls =
Bug Tracker = https://github.com/AdaptiveMotorControlLab/WorkspaceTemplate/issues
classifiers =
Development Status :: 4 - Beta
Environment :: GPU :: NVIDIA CUDA
Intended Audience :: Science/Research
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Artificial Intelligence
License :: OSI Approved :: Apache Software License
[options]
packages = find:
where =
- .
- tests
python_requires = >=3.9
install_requires =
joblib
scipy
numpy;platform_system!="Windows" and python_version>="3.10"
literate-dataclasses
scikit-learn
torch>=2.4.0
tqdm
matplotlib
requests
pandas
[options.extras_require]
docs =
jupyter-book
nbconvert
ipykernel
numpydoc
demos =
ipykernel
jupyter
nbconvert
dev =
pylint
toml
yapf
black
isort
coverage
pytest
pytest-benchmark
pytest-xdist
pytest-timeout
pytest-sphinx
codespell
cffconvert