-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
57 lines (52 loc) · 1.54 KB
/
Copy pathsetup.cfg
File metadata and controls
57 lines (52 loc) · 1.54 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
[metadata]
name = cnn_framework
description = CNN framework
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/15bonte/cnn_framework
author = Thomas Bonte
author_email = thomas.bonte@mines-paristech.fr
license = BSD-3-Clause
license_files = LICENSE
classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
project_urls =
Bug Tracker = https://github.com/15bonte/cnn_detector/issues
Documentation = https://github.com/15bonte/cnn_detector#README.md
Source Code = https://github.com/15bonte/cnn_detector
User Support = https://github.com/15bonte/cnn_detector/issues
[options]
packages = find:
install_requires =
scikit-image>=0.19.3
matplotlib
scikit-learn>=1.2.2
pint>=0.19.2
albumentations>=1.3.0
big-fish>=0.6.2
pillow==9.2.0
protobuf==3.20.*
tensorboard>=2.8.0
aicsimageio>=4.13.0
tensorflow==2.16.2 # so that it is supported by Python 3.9, 3.10 on Windows and MAC OS
python_requires = >=3.9
include_package_data = True
package_dir =
= src
setup_requires = setuptools_scm
# add your package requirements here
[options.packages.find]
where = src
[options.extras_require]
testing =
setuptools==80.9.0
torch==1.12.1
torchvision==0.13.1
torchmetrics==0.11.4
segmentation-models-pytorch==0.3.0
tox
pytest # https://docs.pytest.org/en/latest/contents.html
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
pytest-qt # https://pytest-qt.readthedocs.io/en/latest/
pyqt5