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

Merge pull request #35 from haven-jeon/dependabot/pip/tensorflow-2.6.4

Bump tensorflow from 2.5.3 to 2.6.4
parents d8f2b1cb 1e92bf71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
tensorflow == 2.5.3
tensorflow == 2.6.4
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.3',
          'tensorflow == 2.6.4',
          'h5py == 3.1.0',
          'argparse >= 1.4.0',
      ],