diff --git a/python/setup.py b/python/setup.py index f6c9ebc3cff84..cf925b51c9ce0 100755 --- a/python/setup.py +++ b/python/setup.py @@ -91,9 +91,6 @@ 'aiohttp>=3.10.11', 'yarl>=1.7.2', ], - ':python_version>="3.9"': [ - 'coincurve==20.0.0', - ], 'qa': [ 'ruff==0.0.292', 'tox>=4.8.0',