We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26bdcc commit aa25592Copy full SHA for aa25592
.travis.yml
@@ -28,7 +28,7 @@ install:
28
- pip install pandas==0.19.2
29
- pip install decorator --upgrade
30
- pip install enum34 --upgrade
31
- - pip install lz4 --upgrade
+ - pip install lz4==0.8.2
32
- pip install mock --upgrade
33
- pip install mockextras
34
- pip install pytest --upgrade
setup.py
@@ -94,7 +94,7 @@ def run_tests(self):
94
],
95
install_requires=["decorator",
96
"enum34",
97
- "lz4",
+ "lz4<=0.8.2",
98
"mockextras",
99
"pandas<=0.19.2",
100
"pymongo>=3.0",
0 commit comments