Skip to content

Commit 3cddaf6

Browse files
committed
Pin pymongo version
This will mitigate issue pandas-dev#397 temporarily
1 parent 145def4 commit 3cddaf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
- pip install python-dateutil --upgrade
2323
- pip install pytz --upgrade
2424
- pip install tzlocal --upgrade
25-
- pip install pymongo --upgrade
25+
- pip install pymongo==3.4.0
2626
- pip install numpy --upgrade
2727
- pip install pandas --upgrade
2828
- pip install decorator --upgrade

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def extensions():
132132
"enum34",
133133
"mockextras",
134134
"pandas",
135-
"pymongo>=3.0",
135+
"pymongo==3.4.0",
136136
"python-dateutil",
137137
"pytz",
138138
"tzlocal",

0 commit comments

Comments
 (0)