Skip to content

Commit

Permalink
Remove numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhouyang committed Jul 13, 2018
1 parent 874bf2c commit b688fd7
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 @@ -5,7 +5,7 @@

setuptools.setup(
name="strsim",
version="0.0.2",
version="0.0.3",
description="A library implementing different string similarity and distance measures",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -14,7 +14,7 @@
author_email="[email protected]",
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=["numpy>=1.12.0"],
install_requires=[],
license="MIT License",
classifiers=(
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit b688fd7

Please sign in to comment.