-
Notifications
You must be signed in to change notification settings - Fork 22
/
pyproject.toml
66 lines (57 loc) · 1.32 KB
/
pyproject.toml
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
[project]
name = "PolyPhyPy"
version = "0.0.1"
description = "description for polyphy"
readme = "README.md"
requires-python = ">=3.7"
license = {file = "LICENSE"}
keywords = ["polyphy"]
authors = [
{name = "Oskar Elek", email = "[email protected]" }
]
maintainers = [
{name = "Prashant Jha", email = "[email protected]" }
]
dynamic = ["urls", "scripts", "dependencies", "optional-dependencies"]
[urls]
Documentation = "https://github.com/PolyPhyHub/PolyPhy"
Source = "https://github.com/PolyPhyHub/PolyPhy"
[scripts]
polyphy = "polyphy.__main__:main"
[dependencies]
python = 'importlib-metadata; python_version<"3.8"'
pytest = "*"
pytest-cov = "*"
[optional-dependencies]
testing = ["setuptools", "pytest", "pytest-cov"]
[build-system]
requires = ["setuptools>=46.1.0", "setuptools_scm[toml]>=5", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
version_scheme = "no-guess-dev"
[tool.poetry.dependencies]
Sphinx = "4.5.0"
coverage = "*"
flake8 = "*"
isort = "*"
matplotlib = "3.5.3"
nbmake = "*"
numpy = "<=1.22.0"
pytest-cov = "*"
pytest-xdist = "*"
pytest = "7.1.2"
scipy = "*"
setuptools = "65.5.1"
sphinx = "*"
taichi = "1.6.0"
toml = "*"
tox = "*"
yapf = "*"
ipywidgets = "*"
pyvista = "*"
trimesh = "*"
PyMCubes = "*"
scikit-image = "*"
path = "*"
[tool.poetry.dev-dependencies]
[tool.poetry.extras]