Skip to content

Commit

Permalink
Merge pull request #101 from cs50/intervaltree-patch
Browse files Browse the repository at this point in the history
Update intervaltree dependency
  • Loading branch information
rongxin-liu authored Feb 18, 2022
2 parents c88d405 + 396e823 commit b13e359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
license="GPLv3",
description="This is compare50, with which you can compare files for similarities.",
install_requires=["attrs>=18,<21", "intervaltree>=2.1.0,<3", "lib50>=2,<4", "numpy>=1.15,<2", "pygments>=2.2,<3", "jinja2>=2.10,<3", "termcolor>=1.1.0,<2", "tqdm>=4.32,<5"],
install_requires=["attrs>=18,<21", "intervaltree>=3,<4", "lib50>=2,<4", "numpy>=1.15,<2", "pygments>=2.2,<3", "jinja2>=2.10,<3", "termcolor>=1.1.0,<2", "tqdm>=4.32,<5"],
extras_require = {
"develop": ["sphinx", "sphinx_rtd_theme", "sphinx-autobuild", "line_profiler"]
},
Expand All @@ -21,6 +21,6 @@
packages=find_packages(exclude=["tests"]),
scripts=["bin/compare50"],
url="https://github.com/cs50/compare50",
version="1.2.4",
version="1.2.5",
include_package_data=True,
)

0 comments on commit b13e359

Please sign in to comment.