forked from tad-mctc/tad-mctc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
77 lines (73 loc) · 1.73 KB
/
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[metadata]
name = tad_mctc
version = attr: tad_mctc._version.__version__
description = Torch Autodiff Utility
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/tad-mctc/tad-mctc
author = "Marvin Friede"
license = Apache-2.0
license_files = LICENSE
classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering
Typing :: Typed
keywords =
pytorch
autograd
computational chemistry
quantum chemistry
project_urls =
Documentation = https://tad-mctc.readthedocs.io
Source = https://github.com/tad-mctc/tad-mctc
Tracker = https://github.com/tad-mctc/tad-mctc/issues
[options]
packages = find:
install_requires =
numpy<2
opt-einsum
psutil
scipy
torch>=1.11,<3
typing-extensions
python_requires = >=3.8, <3.13
package_dir =
=src
[options.packages.find]
where = src
[options.extras_require]
dev =
black
covdefaults
mypy
pre-commit
pylint
pytest
pytest-cov
pytest-random-order
pytest-rerunfailures
pytest-xdist
tox
tox =
covdefaults
pytest
pytest-cov
pytest-random-order
pytest-rerunfailures
pytest-xdist
[options.package_data]
tad_mctc =
py.typed
**/*.npy
**/*.npz