File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838<br />
3939
4040<br />
41- <div align =" center " >Prince is a factor analysis library for datasets that fit in memory. </div >
41+ <div align =" center " >Prince is an easy-to-use factor analysis library</div >
4242<br />
4343
4444
Original file line number Diff line number Diff line change 11fbpca>=1.0
2+ matplotlib>=2.0
3+ numpy>=1.11.2
4+ pandas>=0.18.0
25pytest>=3.0.5
36pytest-cov>=2.2.1
7+ scipy>=0.16.0
48Sphinx>=1.4.8
59sphinx-autobuild>=0.6.0
610sphinx-rtd-theme>=0.1.9
Original file line number Diff line number Diff line change 88setup (
99 author = __author__ ,
1010 author_email = 'maxhalford25@gmail.com' ,
11- description = 'Factor analysis for in-memory datasets in Python' ,
11+ description = 'Factor analysis for in Python' ,
1212 install_requires = [
1313 'fbpca>=1.0' ,
14- 'matplotlib>=1.5' ,
15- 'pandas>=0.18.0'
14+ 'matplotlib>=2.0' ,
15+ 'numpy>=1.11.2' ,
16+ 'pandas>=0.18.0' ,
17+ 'scipy>=0.16.0'
1618 ],
1719 license = __license__ ,
1820 name = __title__ ,
You can’t perform that action at this time.
0 commit comments