-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
49 lines (47 loc) · 1.11 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
[metadata]
name = zzsn2021-template
version = attr: zzsn2021.__version__
description = Neural network template with PyTorch Lightning, Hydra & wandb support
long_description = file: README.rst
author = Karol J. Piczak
author-email = [email protected]
url = https://github.com/2021L-ZZSN/template
license = MIT
license-file = LICENSE
platform = any
keywords = neural networks, PyTorch Lightning, Hydra, wandb, code template
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
project_urls =
Bug Tracker = https://github.com/2021L-ZZSN/template/issues
[options]
include_package_data = True
packages = find:
package_dir =
= src
package_data =
= py.typed
scripts =
install_requires =
coolname
gym
hydra-configs-pytorch-lightning
hydra-configs-torch
hydra-configs-torchvision
hydra-core
matplotlib
pytest
python-dotenv
pytorch-lightning
pytorch-lightning-bolts
rich
setproctitle
torchstat
torchsummary
tqdm
wandb
python_requires = >=3.9
[options.packages.find]
where = src