Skip to content

Commit bedbd4e

Browse files
committed
Add numpy and scipy to requirements
1 parent 0d07cc6 commit bedbd4e

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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

‎requirements.dev.txt‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
fbpca>=1.0
2+
matplotlib>=2.0
3+
numpy>=1.11.2
4+
pandas>=0.18.0
25
pytest>=3.0.5
36
pytest-cov>=2.2.1
7+
scipy>=0.16.0
48
Sphinx>=1.4.8
59
sphinx-autobuild>=0.6.0
610
sphinx-rtd-theme>=0.1.9

‎setup.py‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
setup(
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__,

0 commit comments

Comments
 (0)