diff --git a/setup.py b/setup.py index 2838b1f7f..56832e8eb 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open(os.path.join(BASE, 'README.md'), encoding='utf-8') as fh: PLYVEL = [] if sys.platform.startswith('linux'): - PLYVEL.append('plyvel==1.0.5') + PLYVEL.append('plyvel==1.3.0') setup( name=__name__,