forked from dstl/Stone-Soup
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
67 lines (64 loc) · 1.26 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
[metadata]
name = stonesoup
description = A tracking and state estimation framework
long_description = file: README.md
long_description_content_type = text/markdown
maintainer = Defence Science and Technology Laboratory UK
maintainer_email = [email protected]
url = https://github.com/dstl/Stone-Soup
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering
[options]
python_requires = >=3.8
packages = find:
install_requires =
matplotlib
mergedeep
numpy>=1.17
ordered-set
pymap3d
ruamel.yaml>=0.16.5
rtree
scipy
utm
[options.extras_require]
dev =
confluent-kafka
flake8
folium
h5py
pandas
ortools
pillow
plotly>=5.0
pytest-cov
pytest-remotedata
pytest-skip-slow
Sphinx
sphinx_rtd_theme>=1.2
sphinx-gallery>=0.16
video =
ffmpeg-python
moviepy
opencv-python
tensorflow =
tensorflow>=2.2.0
tensornets =
tensorflow>=2.2.0
tensornets
orbital =
astropy
mfa =
ortools
ehm =
pyehm
[options.packages.find]
exclude =
docs
*.tests