Skip to content

Commit

Permalink
Merge pull request #12 from fumankaitori/fix_build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
yoshinori-satoh committed Oct 29, 2018
2 parents a0c441c + 8f55b9a commit 2aabe6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions codes/neologd2juman.py
Expand Up @@ -9,8 +9,9 @@

import sys
import argparse
if sys.version_info < (3, 0, 0) or sys.version_info > (3, 6):
raise Exception('This system requires 3.0 <= python <= 3.6')
# if sys.version_info < (3, 0, 0) or sys.version_info > (3, 6):
# print(sys.version_info)
# raise Exception('This system requires 3.0 <= python <= 3.6')

# csv変換用(統計情報などがほしいわけでもないので、pandasではなくcsvで)
import csv
Expand Down

0 comments on commit 2aabe6d

Please sign in to comment.