summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 9269c184b96458989e461fddaf7261e909aa058c (plain)
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
pkgbase = python2-pandas
	pkgdesc = R-like data analysis library for Python (final Python 2.x version).
	pkgver = 0.24.2
	pkgrel = 1
	url = http://pandas.pydata.org
	arch = i686
	arch = x86_64
	license = BSD
	makedepends = cython2
	depends = python2
	depends = python2-numpy
	depends = python2-dateutil
	optdepends = python2-numexpr: for accelerating certain numerical operations (recommended)
	optdepends = python2-bottleneck: for accelerating certain types of nan evaluations (recommended)
	optdepends = python2-scipy: for miscellaneous statistical functions
	optdepends = python2-pytables: for HDF5-based storage
	optdepends = python2-matplotlib: for plotting
	optdepends = scikits-statsmodels: for parts of pandas.stats
	optdepends = python2-openpyxl>=1.6.1: for Excel I/O
	optdepends = python2-xlrd: for Excel I/O
	optdepends = python2-xlwt: for Excel I/O
	optdepends = python2-boto: for Amazon S3 access
	optdepends = python2-beautifulsoup4: for read_html function
	optdepends = python2-html5lib: for read_html function
	optdepends = python2-lxml: for read_html function
	source = https://github.com/pandas-dev/pandas/releases/download/v0.24.2/pandas-0.24.2.tar.gz
	md5sums = 6640de14a934a701129b635c6d75801d

pkgname = python2-pandas