forked from konst-int-i/healnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
42 lines (38 loc) · 731 Bytes
/
setup.cfg
File metadata and controls
42 lines (38 loc) · 731 Bytes
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
[metadata]
name = healnet
version = 0.1.0
description = Scalable multi-modal deep learning architecture in PyTorch
long_description = file: README.md
author = Konstantin Hemker
author_email = konstantin.hemker@cl.cam.ac.uk
license = Apache 2.0
classifiers =
Programming Language :: Python :: 3
[options]
packages = find:
package_dir =
= .
install_requires =
einops
torch>=1.13.1
torchvision>=0.14.1
pandas>=1.5.3
tqdm
python-box
scikit-learn
pytest
pyyaml
torchsummary
torchmetrics
python_requires = >=3.6
[options.extras_require]
all =
jupyter
h5py
openslide-python
seaborn
invoke
scikit-survival
wandb
[options.packages.find]
include = healnet