File: control

package info (click to toggle)
astroml 0.3-9
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,068 kB
  • sloc: python: 16,116; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,426 bytes parent folder | download
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
Source: astroml
Section: python
Priority: optional
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-astropy,
               python3-matplotlib,
               python3-nose,
               python3-numpy,
               python3-scipy,
               python3-setuptools,
               python3-sklearn (>= 0.18~)
Standards-Version: 4.2.1
Homepage: https://www.astroml.org/
Vcs-Git: https://salsa.debian.org/debian-astro-team/astroml.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/astroml

Package: python3-astroml
Architecture: all
Depends: python3-astropy,
         python3-matplotlib,
         python3-numpy,
         python3-scipy,
         python3-sklearn (>= 0.18~),
         ${misc:Depends},
         ${python3:Depends}
Recommends: python3-astroml-addons, python3-healpy, python3-pymc
Description: Python 3 Machine Learning library for astronomy
 AstroML is a Python 3 module for machine learning and data mining built on
 numpy, scipy, scikit-learn, and matplotlib. It contains a growing library of
 statistical and machine learning routines for analyzing astronomical data in
 Python, loaders for several open astronomical datasets, and a large suite of
 examples of analyzing and visualizing astronomical datasets.