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 fbb880f commit f7f481aCopy full SHA for f7f481a
build_pip_pkg.py
@@ -67,8 +67,7 @@ def main(srcdir):
67
# Contained modules and scripts.
68
packages=setuptools.find_packages(),
69
install_requires=[
70
- 'scipy >= 1.0.0',
71
- 'tensorflow >= 1.14.0',
+ 'scipy >= 1',
72
],
73
script_args=['sdist', 'bdist_wheel'],
74
# Add in any packaged data.
@@ -83,7 +82,11 @@ def main(srcdir):
83
82
'Intended Audience :: Science/Research',
84
'License :: OSI Approved :: Apache Software License',
85
'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3.3',
86
'Programming Language :: Python :: 3.4',
87
+ 'Programming Language :: Python :: 3.5',
88
+ 'Programming Language :: Python :: 3.6',
89
+ 'Programming Language :: Python :: 3.7',
90
'Topic :: Scientific/Engineering :: Mathematics',
91
'Topic :: Software Development :: Libraries :: Python Modules',
92
'Topic :: Software Development :: Libraries',
0 commit comments