forked from dstl/Stone-Soup
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
64 lines (61 loc) · 1.21 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
[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 = stonesoup@dstl.gov.uk
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
numpy>=1.17
ordered-set
pymap3d
ruamel.yaml>=0.16.5
rtree
scipy
utm
torch
[options.extras_require]
dev =
flake8<5
folium
h5py
pandas
ortools
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
mfa =
ortools
[options.packages.find]
exclude =
docs
*.tests