Skip to content

Commit

Permalink
Upgrade pandas to 0.17.1
Browse files Browse the repository at this point in the history
Tested and this works for new and old zika builds
  • Loading branch information
trvrb committed Jun 27, 2018
1 parent bdd2232 commit 9d1b078
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-locked.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kiwisolver==1.0.1
matplotlib==2.2.2
more-itertools==4.2.0
numpy==1.14.4
pandas==0.16.2
pandas==0.17.1
pathlib2==2.3.2
pexpect==4.6.0
pickleshare==0.7.4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cvxopt >=1.1.8, ==1.1.*
GitPython >=2.1.10, ==2.1.*
ipdb >=0.10.1, ==0.10.*
matplotlib >=2.0, ==2.*
pandas >=0.16.2, ==0.16.*
pandas >=0.17.1, ==0.17.*
pytest >=3.2.1, ==3.*
seaborn >=0.6.0, ==0.6.*
tox >=2.8.2, ==2.*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cvxopt >=1.1.8, ==1.1.*",
"ipdb >=0.10.1, ==0.10.*",
"matplotlib >=2.0, ==2.*",
"pandas >=0.16.2, <0.18.0",
"pandas >=0.17.1, <0.18.0",
"pytest >=3.2.1, ==3.*",
"seaborn >=0.6.0, ==0.6.*",
"snakemake >=5.1.5, ==5.*",
Expand Down

0 comments on commit 9d1b078

Please sign in to comment.