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 f739295 commit 01a30a8Copy full SHA for 01a30a8
setup.py
@@ -87,10 +87,7 @@ def run_tests(self):
87
setup(
88
name='intervaltree',
89
version=vinfo['version'],
90
- install_requires=[
91
- 'sortedcontainers{}'.format(
92
- ' < 3' if isPy2 else ''),
93
- ],
+ install_requires=['sortedcontainers < 3'],
94
description='Editable interval tree data structure for Python 2 and 3',
95
long_description=long_description,
96
long_description_content_type='text/markdown',
0 commit comments