Skip to content

Commit

Permalink
deps: sortedcontainers version does not depend on python version, lat…
Browse files Browse the repository at this point in the history
…est is 2.4.0
  • Loading branch information
chaimleib committed Mar 29, 2023
1 parent f739295 commit 01a30a8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,7 @@ def run_tests(self):
setup(
name='intervaltree',
version=vinfo['version'],
install_requires=[
'sortedcontainers{}'.format(
' < 3' if isPy2 else ''),
],
install_requires=['sortedcontainers < 3'],
description='Editable interval tree data structure for Python 2 and 3',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 01a30a8

Please sign in to comment.