-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
61 lines (53 loc) · 1.04 KB
/
setup.cfg
File metadata and controls
61 lines (53 loc) · 1.04 KB
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
[metadata]
name = context-compression
description = A new awesome project.
url = https://github.com/anonymous/context-compression
long_description = file: README.md
author = anonymous
author_email = anonymous
keywords = python
license = MIT Licence
[options]
zip_safe = False
include_package_data = True
package_dir=
=src
packages=find:
install_requires =
nn-template-core==0.4.*
anypy==0.0.*
# Add project specific dependencies
# Stuff easy to break with updates
lightning==2.0.*
torchmetrics==1.0.*
hydra-core==1.3.*
hydra-colorlog
wandb
streamlit
# hydra-joblib-launcher
# Stable stuff usually backward compatible
rich
dvc
python-dotenv
matplotlib
stqdm
[options.packages.find]
where=src
[options.package_data]
* = *.txt, *.md
[options.extras_require]
docs =
mkdocs
mkdocs-material
mike
test =
pytest
pytest-cov
dev =
black
flake8
isort
pre-commit
bandit
%(test)s
%(docs)s