Skip to content

Commit 4308fe7

Browse files
authored
Revert lz4 pinning (pandas-dev#355)
* Update .travis.yml * Update setup.py
1 parent ed63bb7 commit 4308fe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install:
2828
- pip install pandas==0.19.2
2929
- pip install decorator --upgrade
3030
- pip install enum34 --upgrade
31-
- pip install lz4==0.8.2
31+
- pip install lz4 --upgrade
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
@@ -94,7 +94,7 @@ def run_tests(self):
9494
],
9595
install_requires=["decorator",
9696
"enum34",
97-
"lz4<=0.8.2",
97+
"lz4",
9898
"mockextras",
9999
"pandas<=0.19.2",
100100
"pymongo>=3.0",

0 commit comments

Comments
 (0)