forked from alan-turing-institute/deepsensor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
49 lines (44 loc) · 945 Bytes
/
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
[metadata]
name = deepsensor
version = 0.4.2
author = Tom R. Andersson
author_email = tomandersson3@gmail.com
description = A Python package for modelling xarray and pandas data with neural processes.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/alan-turing-institute/deepsensor
license = MIT
license_files = LICENCE.txt
platforms = unix, linux, osx
packages =
deepsensor
package_dir =
=deepsensor
[options]
packages = find:
zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.html
include_package_data = True
python_requires = >=3.8
install_requires =
neuralprocesses
backends-matrix
backends
numpy
pandas
xarray
dask
distributed
pyshp
tqdm
seaborn
pooch
gcsfs
zarr
[options.extras_require]
testing =
pytest
pytest-cov
mypy
tox
[options.package_data]
deepsensor = py.typed