-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
65 lines (63 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
# Copyright 2023 Karlsruhe Institute of Technology, Institute for Measurement
# and Control Systems
#
# This file is part of YOLinO.
#
# YOLinO is free software: you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software
# Foundation, either version 3 of the License, or (at your option) any later
# version.
#
# YOLinO is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with
# YOLinO. If not, see <https://www.gnu.org/licenses/>.
#
# ---------------------------------------------------------------------------- #
# ----------------------------- COPYRIGHT ------------------------------------ #
# ---------------------------------------------------------------------------- #
[metadata]
name=yolino
version=1.0.0
description=YOLinO
long_description=Yolino - single-shot polyline detection
author=Annika Meyer
[options]
package_dir=
=src
packages=find:
python_requires= >= 3.6
install_requires=
configargparse
coloredlogs
clearml
dvc>=2.0.0
gitpython
matplotlib==3.4.3
numpy>=1.14
opencv-python>=4.4.0.46
pandas>=1
plotly
protobuf>=3.9.2
pynvml
python-benedict<0.25
scipy>=1.4.1
scikit-learn #>=1.0.1
seaborn
shapely>=1.7.1
tensorboard
tensorboard-plugin-profile
tensorflow>=2.3.4
tikzplotlib
torch>=1.7.0
torchvision>=0.7.0
tqdm>=4.43.0
pyyaml
rdp
ujson
wandb>=0.12.0
[options.packages.find]
where=src