-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
91 lines (85 loc) · 1.83 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[semantic_release]
version_variable = src/cultionet/__init__.py:__version__
branch = main
upload_to_release = true
[metadata]
name = cultionet
description =
url = https://github.com/jgrss/cultionet
license = LICENSE.txt
version = attr: cultionet.__version__
classifiers =
Intended Audience :: Science/Research
Topic :: Scientific :: Agriculture
Topic :: Scientific :: Cropland
Topic :: Scientific :: Neural Network
Topic :: Scientific :: Time series
Topic :: Scientific :: Segmentation
Programming Language :: Python :: 3.9 :: 3.10
[options]
package_dir=
=src
packages=find:
include_package_data = True
setup_requires =
setuptools>=70
wheel
numpy<2,>=1.22
python_requires =
>=3.9,<3.11
install_requires =
attrs>=21
dask>=2024.8.0
distributed>=2024.8.0
xarray>=2024.7.0
frozendict>=2.2
frozenlist>=1.3
numpy<2,>=1.22
scipy>=1.5
pandas>=1
geopandas>=0.10
rasterio<2,>=1.3
shapely>=1.8
fiona>=1.9
scikit-image>=0.19
opencv-python>=4.5.5
decorator==4.4.2
rtree>=0.9.7
graphviz>=0.19
tqdm>=4.66
pyDeprecate==0.3.1
future>=0.17.1
tensorboard>=2.2
PyYAML>=5.1
lightning>=2.2
torchmetrics>=1.3
einops>=0.7
ray>=2.34
pyarrow>=11
typing-extensions
lz4
rich-argparse
pyogrio>=0.7
geowombat@git+https://github.com/jgrss/geowombat.git
tsaug@git+https://github.com/jgrss/tsaug.git
pygrts@git+https://github.com/jgrss/pygrts.git@v1.4.1
[options.extras_require]
docs = numpydoc
sphinx
sphinx-automodapi
test = black
flake8
docformatter
pytest
[options.entry_points]
console_scripts =
cultionet = cultionet.scripts.cultionet:main
[options.packages.find]
where=src
exclude=
data
notebooks
tests
[options.package_data]
* = *.md, *.txt
cultionet = scripts/*.yml