We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd4c06 commit a5f21c9Copy full SHA for a5f21c9
readme.md
@@ -11,7 +11,7 @@ The script follows the rules of Estonian orthography. Internationally used forms
11
12
13
### Requirement:
14
-- Python (>= 3.7)
+- Python (>= 3.10)
15
- EstNLTK (>= 1.7.0)
16
17
setup.py
@@ -2,12 +2,13 @@
2
3
setup(
4
name='tts_preprocess_et',
5
- version='1.0.0',
+ version='1.0.1',
6
packages=find_packages(),
7
license='MIT',
8
description='Preprocessing for Estonian text-to-speech applications',
9
long_description=open('readme.md').read(),
10
install_requires=['estnltk>=1.7.0'],
+ python_requires='>=3.10',
include_package_data=True,
url='https://github.com/TartuNLP/tts_preprocess_et',
author='TartuNLP',
0 commit comments