-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
61 lines (55 loc) · 1.05 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
[metadata]
name = cloud-genesis
version = attr: genesis.__version__
author = Leif Denby
author_email = [email protected]
description = GENESIS toolkit for analysing coherent structures in atmospheric flows
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/leifdenby/genesis
[options]
packages=find:
install_requires =
coloredlogs
dask
dask-image>=0.5.0
hues
ipdb
luigi
matplotlib
netcdf4
notebook
numba
pystan<3.0.0
scikit-image
scipy
seaborn
tqdm
xarray
cloud_identification==0.3.0
[options.packages.find]
where=.
[options.extras_require]
test =
pytest
nbval
nb-black
lint =
flake8
black==21.9b0
dev =
%(test)s
%(lint)s
pre-commit
ipython
[isort]
profile=black
# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.
[versioneer]
VCS = git
style = pep440
versionfile_source = genesis/_version.py
versionfile_build = genesis/_version.py
tag_prefix =