Skip to content

Commit

Permalink
Pin pymongo version
Browse files Browse the repository at this point in the history
This will mitigate issue #397 temporarily
  • Loading branch information
kraphtuos committed Aug 18, 2017
1 parent 145def4 commit 3cddaf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
- pip install python-dateutil --upgrade
- pip install pytz --upgrade
- pip install tzlocal --upgrade
- pip install pymongo --upgrade
- pip install pymongo==3.4.0
- pip install numpy --upgrade
- pip install pandas --upgrade
- pip install decorator --upgrade
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def extensions():
"enum34",
"mockextras",
"pandas",
"pymongo>=3.0",
"pymongo==3.4.0",
"python-dateutil",
"pytz",
"tzlocal",
Expand Down

0 comments on commit 3cddaf6

Please sign in to comment.