Commit 1a584e49 authored by haven-jeon's avatar haven-jeon
Browse files

fix tensorflow version

parent f03c3842
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
tensorflow >= 2.3.0
tensorflow == 2.3.0
keras >= 2.4.3
h5py >= 2.10.1
h5py == 2.10.0
+3 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ from setuptools import setup

setup(name='pykospacing',
      python_requires='>=3.6',
      version=0.3,
      version=0.4,
      url='https://github.com/haven-jeon/PyKoSpacing',
      license='GPL-3',
      author='Heewon Jeon',
@@ -15,9 +15,9 @@ setup(name='pykospacing',
      include_package_data=True,

      install_requires=[
          'tensorflow >= 2.3.0',
          'tensorflow == 2.3.0',
          'keras >= 2.4.3',
          'h5py >= 2.10.0',
          'h5py == 2.10.0',
          'argparse >= 1.4.0',
      ],