We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d3559 commit acaa80eCopy full SHA for acaa80e
requirements.txt
@@ -11,7 +11,6 @@ pytest==3.0.5
11
ipython==6.1.0
12
beautifulsoup4==4.6.0
13
six==1.10.0
14
-skimage==0.0
15
scikit_learn==0.19.0
16
tensorflow==1.3.0
17
sphinxcontrib-napoleon==0.6.1
setup.py
@@ -56,7 +56,7 @@ def find_version(*file_paths):
56
include_package_data=True,
57
install_requires=requirements,
58
classifiers=[
59
- 'Development Status :: 3 - Pre-Alpha',
+ #'Development Status :: 3 - Pre-Alpha',
60
'Intended Audience :: Developers',
61
'Natural Language :: English',
62
'Programming Language :: Python :: 3.5',
0 commit comments