Skip to content

Commit 2f1af2b

Browse files
authored
Temporary workaround for pandas deprecation (pandas-dev#352)
1 parent 1b71aee commit 2f1af2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ install:
2525
- pip install cython --upgrade
2626
- pip install pymongo --upgrade
2727
- pip install numpy --upgrade
28-
- pip install pandas --upgrade
28+
- pip install pandas==0.19.2
2929
- pip install decorator --upgrade
3030
- pip install enum34 --upgrade
31-
- pip install lz4 --upgrade
31+
- pip install lz4==0.8.2
3232
- pip install mock --upgrade
3333
- pip install mockextras
3434
- pip install pytest --upgrade

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def run_tests(self):
9696
"enum34",
9797
"lz4<=0.8.2",
9898
"mockextras",
99-
"pandas",
99+
"pandas<=0.19.2",
100100
"pymongo>=3.0",
101101
"python-dateutil",
102102
"pytz",

0 commit comments

Comments
 (0)