Skip to content

Commit

Permalink
Update versions of required libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
tdh8316 committed Mar 8, 2020
1 parent fe189d1 commit 69a731b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="triangler",
version="0.2",
version="0.3",
packages=["triangler"],
url="https://github.com/tdh8316/triangler",
license="MIT License",
Expand All @@ -14,8 +14,8 @@
description="Convert images to Low-Poly art using Delaunay triangulation.",
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=["scikit-image", "numpy", "scipy", "numba", "imageio"],
python_requires="==3.6",
install_requires=["scikit-image", "numpy==1.17.2", "scipy==1.4.1", "numba", "imageio"],
python_requires=">=3.6",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 69a731b

Please sign in to comment.