forked from dstl/Stone-Soup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
59 lines (56 loc) · 1.15 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
[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 :: 4 - Beta
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.7
packages = find:
install_requires =
matplotlib
numpy>=1.17
ordered-set
pymap3d
ruamel.yaml>=0.16.5
rtree
scipy
utm
[options.extras_require]
dev =
flake8<5
folium
h5py
pillow
plotly
pytest-flake8
pytest-cov
pytest-remotedata
Sphinx
sphinx_rtd_theme
sphinx-gallery>=0.10.1
video =
ffmpeg-python
moviepy
opencv-python
tensorflow =
tensorflow>=2.2.0
tensornets =
tensorflow>=2.2.0
tensornets
orbital =
astropy
[options.packages.find]
exclude =
docs
*.tests