Commit 13061236 authored by haven-jeon's avatar haven-jeon
Browse files

make dependencies

parent cf2518e7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -30,9 +30,6 @@ Word spacing is one of the important parts of the preprocessing of Korean text a

To install from GitHub, use

    pip install tensorflow
    pip install keras
    pip install h5py
    pip install git+https://github.com/haven-jeon/PyKoSpacing.git


+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ setup(name='pykospacing',

      include_package_data=True,

      install_requires=['tensorflow>=1.4.0', 'keras>=2.1.5', 'h5py>=2.7.0'],
      install_requires=['tensorflow >= 1.4.0, <= 1.6.0', 'keras >= 2.1.5', 'h5py >= 2.7.1'],
      )