Skip to content

Commit 01a30a8

Browse files
committed
deps: sortedcontainers version does not depend on python version, latest is 2.4.0
1 parent f739295 commit 01a30a8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,7 @@ def run_tests(self):
8787
setup(
8888
name='intervaltree',
8989
version=vinfo['version'],
90-
install_requires=[
91-
'sortedcontainers{}'.format(
92-
' < 3' if isPy2 else ''),
93-
],
90+
install_requires=['sortedcontainers < 3'],
9491
description='Editable interval tree data structure for Python 2 and 3',
9592
long_description=long_description,
9693
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)