Loading README.md +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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'], ) Loading
README.md +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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'], )