-
Notifications
You must be signed in to change notification settings - Fork 18
/
setup.cfg
46 lines (41 loc) · 899 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
[metadata]
name = deepsensor
version = 0.2.5
author = Tom R. Andersson
author_email = [email protected]
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/tom-andersson/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
pooch
[options.extras_require]
testing =
pytest
pytest-cov
mypy
tox
[options.package_data]
deepsensor = py.typed