-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
48 lines (43 loc) · 1006 Bytes
/
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
[metadata]
name = party
author = Benjamin Kiessling
author_email = [email protected]
summary = foo
home_page = http://kraken.re
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
license = Apache
classifier =
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
keywords =
htr
[files]
packages = party
[entry_points]
console_scripts =
party = party.cli:cli
party_tune = party.tune:cli
[flake8]
max_line_length = 160
exclude = tests/*
[options]
python_requires = >=3.9
install_requires =
timm
torchtune
torchao
pillow-jxl-plugin
python-bidi
click
rich
threadpoolctl
lightning
albumentations