forked from dirac-institute/kbmod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
59 lines (56 loc) · 1.51 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 = kbmod
author = KBMoD Developers
description = Moving object detection library implemented on GPUs.
long_description = file: README.md
license = BSD 2_Clause Simplified License
license_files = LICENSE
requires_python = >=3.6
keywords = astronomy, astrophysics, image_processing, gpu
classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: C++
Environment :: GPU
Environment :: GPU :: NVIDIA CUDA
Environment :: GPU :: NVIDIA CUDA :: 11.7
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Physics
Topic :: Scientific/Engineering :: Image Processing
[[metadata.urls]]
Source = https://github.com/dirac_institute/kbmod
# Documentation = ?
[options]
# set packages to find: to automatically find all sub_packages, but it's not working?
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#setuptools_specific_configuration
#packages = find:
package_dir =
=src
packages =
kbmod
kbmod.search
kbmod.analysis
zip_safe = "False"
install_requires =
astropy>=5.1
astroquery>=0.4.6
matplotlib>=3.5
numpy>=1.18
pandas>=1.5.1
scipy>=1.9.2
scikit_image>=0.19.3
scikit_learn>=1.0.0
[options.extras_require]
analysis =
tqdm>=4.6
tensorflow>=2.9
#mpmath>=1.2.1
matplotlib>=3.6.1
numba>=0.56
ipywidgets>=8.0
ephem>=4.1
test =
flake8
black