From 654615e28e4db20d680a649e8e41ec92a69df01c Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sun, 28 Jan 2024 21:36:49 +0000 Subject: [PATCH] Update plyvel==1.5.1 to fix fatal error: longintrepr.h: No such file or directory build --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bb6ec2b..da34f73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ python-bitcoinlib==0.11.0 -plyvel==1.2.0 +plyvel==1.5.1 coverage==4.0.2 diff --git a/setup.py b/setup.py index 06cb1ee..4f9bd63 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,6 @@ ], install_requires=[ 'python-bitcoinlib==0.11.0', - 'plyvel==1.2.0' + 'plyvel==1.5.1' ] )