-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
52 lines (52 loc) · 1.17 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
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"
[project]
name = "daphruler"
version = "0.4.1"
authors = [
{name = "Nelson stevens", email = "[email protected]"}
]
maintainers = [
{name = "Nelson Stevens", email = "[email protected]"}
]
description = "Automate collecting morphometric traits of zooplankton."
readme = "README.md"
keywords = ["daphnia", "zooplankton"]
dependencies = [
"astroid==2.3.3",
"attrs==21.2.0",
"cycler==0.10.0",
"decorator==4.4.1",
"imageio==2.6.1",
"iniconfig==1.1.1",
"isort==4.3.21",
"kiwisolver==1.1.0",
"lazy-object-proxy==1.4.3",
"matplotlib==3.1.2",
"mccabe==0.6.1",
"networkx==2.4",
"numpy==1.17.4",
"opencv-python==4.1.2.30",
"packaging==21.0",
"pandas==0.25.3",
"Pillow==6.2.1",
"pluggy==1.0.0",
"py==1.10.0",
"pylint==2.4.4",
"pyparsing==2.4.5",
"pytest==6.2.5",
"python-dateutil==2.8.1",
"pytz==2019.3",
"PyWavelets==1.1.1",
"scikit-image==0.16.2",
"scipy==1.3.3",
"six==1.13.0",
"toml==0.10.2",
"tqdm==4.40.2",
"typed-ast==1.4.0",
"wrapt==1.11.2"
]