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

Merge pull request #33 from haven-jeon/dependabot/pip/tensorflow-2.5.3

Bump tensorflow from 2.5.2 to 2.5.3
parents f2febf98 88d69725
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
tensorflow == 2.5.2
tensorflow == 2.5.3
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.2',
          'tensorflow == 2.5.3',
          'h5py == 3.1.0',
          'argparse >= 1.4.0',
      ],