Skip to content

Commit 427f311

Browse files
committed
bump pandas dep to take advantage of wheel
* Bonus: we don't need to pre-install Cython before installing pandas. pandas 0.17.1 was installing numpy, which would error unless Cython was installed.
1 parent 1d615d6 commit 427f311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ reportlab==3.4.0
4545
docutils==0.12
4646

4747
# Tabular
48-
pandas==0.17.1
48+
pandas==0.25.1
4949
xlrd==1.0.0
5050
h5py==2.7.0
5151
scipy==0.19.1

0 commit comments

Comments
 (0)