-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
68 lines (63 loc) · 1.11 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[options]
packages = find:
zip_safe = False
include_package_data = True
python_requires = >=3.6
install_requires =
numpy>=1.17
pandas>=0.22.0
SciPy >= 0.13.3
scikit-learn>=0.19.1
matplotlib>=2.2.2
mlflow>=1.0
GpyOpt>=1.2.5
geopandas>=0.8.1
mlflow>=1.0
pycocotools>=2.0.2
opencv-python==4.4.0.44
easyimages>=1.91
ipython
seaborn==0.11.1
scikit-image>=0.17.2
joblib>=1.0.1
sagemaker>=2.59.1.post0
boto3
torch>=1.7.1
torchvision>=0.8.1
rasterio>=1.2.10
geojson>=2.5.0
[options.extras_require]
dev =
pytest
pytest-cov
pytest-mypy
pytest-doctestplus
doc =
sphinx
sphinx_hoverxref
[versioneer]
VCS = git
style = pep440-pre
versionfile_source = iquaflow/_version.py
versionfile_build = iquaflow/_version.py
tag_prefix = v
parentdir_prefix = iquaflow-
[tool:pytest]
norecursedirs =
.git
.tox
dist
env
build
venv
python_files =
test_*.py
addopts = --strict-markers
markers =
slow
[flake8]
max-line-length = 80
ignore = E203, E501, W503
select = C,E,F,W,B,B950
[options.package_data]
* = *.cfg, *.json