-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
111 lines (106 loc) · 2.63 KB
/
setup.cfg
File metadata and controls
111 lines (106 loc) · 2.63 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
[metadata]
name = mml-core
version = attr: mml.__version__
description = This is the MML toolkit, targeting lifelong/continual/meta learning in Surgical Data Science.
long_description = file: README.md
long_description_content_type = text/markdown
author = Patrick Godau
author_email = patrick.godau@dkfz-heidelberg.de
license = MIT
url = https://github.com/IMSY-DKFZ/mml
project_urls =
Documentation = https://mml.readthedocs.io
Bug Reports = https://github.com/IMSY-DKFZ/mml/issues
classifiers =
Natural Language :: English
Development Status :: 4 - Beta
Environment :: Console
Environment :: GPU
Intended Audience :: Developers
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Image Recognition
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Scientific/Engineering :: Image Processing
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Version Control :: Git
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Typing :: Typed
License :: OSI Approved :: MIT License
[options]
python_requires = >=3.10
package_dir =
=src
packages = find:
zip_safe = no
include_package_data = True
install_requires =
torch
torchvision
torchmetrics
segmentation-models-pytorch==0.5.0
plotly
statsmodels
matplotlib
lightning
tensorboard
albumentations==2.0.5
pandas
hydra-core==1.3.2
hydra-colorlog
hydra-optuna-sweeper>=1.2
python-dotenv
rarfile
colorama
p-tqdm==1.4.0
orjson==3.9.2
ijson
scikit-learn
scikit-image
kaggle==1.5.15
setuptools
Deprecated
pytest==7.4.0
kornia
rich
prettytable
jupyter
humanize
psrcal==0.0.2
quapy==0.1.9
peft
[options.extras_require]
dev =
pytest-console-scripts
pytest-cov
pytest-benchmark
mypy
ruff
pylint
tox
isort
types-requests
types-Deprecated
add-license-header
docs =
sphinx
sphinx-rtd-theme
myst-nb
sphinxcontrib-autoyaml
lightning-fabric
;[options.package_data]
;mml = py.typed
[options.entry_points]
console_scripts =
mml = mml.cli:main
mml-env-setup = mml.cli:copy_mml_env_file
mml-copy-conf = mml.cli:copy_mml_configs
pytest11 =
mml-test-utils = mml.testing.fixtures
[options.packages.find]
where = src