forked from duartegroup/autodE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
51 lines (44 loc) · 895 Bytes
/
pyproject.toml
File metadata and controls
51 lines (44 loc) · 895 Bytes
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
[build-system]
requires = ["setuptools", "cython"]
build-backend = "setuptools.build_meta"
[project]
name = "autode"
version = "1.4.5"
description = "Automated reaction profile generation"
authors = [
{name = "autodE contributors"}
]
requires-python = ">=3.9"
license = {text = "MIT"}
dependencies = [
"rdkit",
"numpy>=1.26,<3",
"networkx",
"matplotlib",
"pillow>=9.5.0",
"cython",
"scipy",
"loky",
"mendeleev",
"pytest",
"nvidia-ml-py3",
]
[project.urls]
Homepage = "https://github.com/duartegroup/autodE"
[project.optional-dependencies]
dev = ["black", "pre-commit"]
[tool.black]
line-length = 79
target-version = ['py39']
[tool.coverage.run]
omit = [
"setup.py",
"benchmark.py"
]
[tool.coverage.report]
exclude_lines = [
"pragma: no cover",
"if\\s+(typing\\.)?TYPE_CHECKING:"
]
[tool.mypy]
# disallow_untyped_defs = true