File tree 4 files changed +3
-8
lines changed
4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ apt-get update
7
7
# installation
8
8
apt-get install -y python-setuptools python-pip
9
9
# main dependencies
10
- apt-get install -y python-numpy python-scipy python-matplotlib python-pandas
11
- pip install pandas==0.12.0
10
+ apt-get install -y python-numpy python-scipy python-matplotlib
12
11
# testing
13
12
apt-get install -y python-nose python-coverage
14
13
# documentation
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apt-get update
7
7
# installation
8
8
apt-get install -y python-setuptools
9
9
# main dependencies
10
- apt-get install -y python-numpy python-scipy python-matplotlib python-pandas
10
+ apt-get install -y python-numpy python-scipy python-matplotlib
11
11
# testing
12
12
apt-get install -y python-nose python-coverage
13
13
# documentation
Original file line number Diff line number Diff line change 14
14
packages = find_packages (),
15
15
install_requires = ['numpy>=1.6.0' ,
16
16
'scipy>=0.9.0' ,
17
- 'matplotlib>=1.1.0' ,
18
- 'pandas>=0.12.0' ],
17
+ 'matplotlib>=1.1.0' ],
19
18
extras_require = {'doc' : ['sphinx>=1.1.0' ,
20
19
'numpydoc>=0.4' ]},
21
20
tests_require = ['nose>1.3.0' ],
Original file line number Diff line number Diff line change 1
- Cython==0.15.1
2
1
Sphinx==1.1.3
3
2
coverage==3.4
4
3
ipython==0.12.1
5
4
matplotlib==1.1.1
6
5
nose==1.1.2
7
6
numpy==1.6.1
8
7
numpydoc==0.4
9
- # pandas 0.7.0 is the default in precise, major upgrade needed
10
- pandas==0.12.0
11
8
scipy==0.9.0
You can’t perform that action at this time.
0 commit comments