Unverified Commit cef023a4 authored by Heewon Jeon(gogamza)'s avatar Heewon Jeon(gogamza) Committed by GitHub
Browse files

Merge pull request #24 from haven-jeon/dependabot/pip/tensorflow-2.5.1

Bump tensorflow from 2.5.0 to 2.5.1
parents 7bd81fe9 f3fbe6c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
tensorflow == 2.5.0
tensorflow == 2.5.1
h5py == 3.1.0
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ setup(name='pykospacing',
      include_package_data=True,

      install_requires=[
          'tensorflow == 2.5.0',
          'tensorflow == 2.5.1',
          'h5py == 3.1.0',
          'argparse >= 1.4.0',
      ],