Skip to content

Commit acaa80e

Browse files
author
Parag K. Mital
committed
remove skimage req
1 parent 50d3559 commit acaa80e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pytest==3.0.5
1111
ipython==6.1.0
1212
beautifulsoup4==4.6.0
1313
six==1.10.0
14-
skimage==0.0
1514
scikit_learn==0.19.0
1615
tensorflow==1.3.0
1716
sphinxcontrib-napoleon==0.6.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def find_version(*file_paths):
5656
include_package_data=True,
5757
install_requires=requirements,
5858
classifiers=[
59-
'Development Status :: 3 - Pre-Alpha',
59+
#'Development Status :: 3 - Pre-Alpha',
6060
'Intended Audience :: Developers',
6161
'Natural Language :: English',
6262
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)