Commit 779a4fc4 authored by blackheaven's avatar blackheaven
Browse files

Update package version

parent e1979f7e
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
tensorflow == 2.7.2
h5py == 3.1.0
tensorflow == 2.10.0
h5py == 3.7.0
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@ setup(name='pykospacing',
      include_package_data=True,

      install_requires=[
          'tensorflow == 2.7.2',
          'h5py == 3.1.0',
          'tensorflow == 2.10.0',
          'h5py == 3.7.0',
          'argparse >= 1.4.0',
      ],