-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (33 loc) · 834 Bytes
/
pyproject.toml
File metadata and controls
33 lines (33 loc) · 834 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
[build-system]
requires = ["flit_core >=3.4"]
build-backend = "flit_core.buildapi"
[project]
name = "datamatrix"
authors = [
{name = "Sebastiaan Mathôt", email = "s.mathot@cogsci.nl"}
]
readme = "readme.md"
license = {file = "COPYING"}
requires-python = ">=3.7"
dynamic = ["version", "description"]
dependencies = [
"numpy",
"scipy",
"prettytable",
"openpyxl",
"json-tricks",
"tomlkit",
"psutil"
]
keywords = ["data analysis", "scientific software", "time series"]
[tool.flit.sdist]
exclude = ["doc-pelican", "testcases", ".github"]
[project.urls]
Documentation = "https://pydatamatrix.eu"
Source = "https://github.com/open-cogsci/datamatrix"
[tool.datamatrix]
min_mem_free_rel = 0.5
min_mem_free_abs = 4294967296
always_load_max_size = 134217728
never_load_min_size = inf
save_chunk_size = 134217728