Skip to content

Commit f7f481a

Browse files
Johannes BalléSung Jin Hwang
authored andcommitted
Updates pip dependencies.
PiperOrigin-RevId: 258626531 Change-Id: Ib3d2257bf71ef83822cbb734161e9cbf67bfee58
1 parent fbb880f commit f7f481a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build_pip_pkg.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ def main(srcdir):
6767
# Contained modules and scripts.
6868
packages=setuptools.find_packages(),
6969
install_requires=[
70-
'scipy >= 1.0.0',
71-
'tensorflow >= 1.14.0',
70+
'scipy >= 1',
7271
],
7372
script_args=['sdist', 'bdist_wheel'],
7473
# Add in any packaged data.
@@ -83,7 +82,11 @@ def main(srcdir):
8382
'Intended Audience :: Science/Research',
8483
'License :: OSI Approved :: Apache Software License',
8584
'Programming Language :: Python :: 2.7',
85+
'Programming Language :: Python :: 3.3',
8686
'Programming Language :: Python :: 3.4',
87+
'Programming Language :: Python :: 3.5',
88+
'Programming Language :: Python :: 3.6',
89+
'Programming Language :: Python :: 3.7',
8790
'Topic :: Scientific/Engineering :: Mathematics',
8891
'Topic :: Software Development :: Libraries :: Python Modules',
8992
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)