ailia-speech 1.3.0.3__tar.gz → 1.3.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ailia-speech might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ailia_speech
3
- Version: 1.3.0.3
3
+ Version: 1.3.0.4
4
4
  Summary: ailia AI Speech
5
5
  Home-page: https://ailia.jp/
6
6
  Author: ax Inc.
@@ -41,7 +41,6 @@ pip3 install ./
41
41
  ## Usage
42
42
 
43
43
  ```python
44
- import ailia
45
44
  import ailia_speech
46
45
 
47
46
  import librosa
@@ -28,7 +28,6 @@ pip3 install ./
28
28
  ## Usage
29
29
 
30
30
  ```python
31
- import ailia
32
31
  import ailia_speech
33
32
 
34
33
  import librosa
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ailia_speech
3
- Version: 1.3.0.3
3
+ Version: 1.3.0.4
4
4
  Summary: ailia AI Speech
5
5
  Home-page: https://ailia.jp/
6
6
  Author: ax Inc.
@@ -41,7 +41,6 @@ pip3 install ./
41
41
  ## Usage
42
42
 
43
43
  ```python
44
- import ailia
45
44
  import ailia_speech
46
45
 
47
46
  import librosa
@@ -54,7 +54,7 @@ if __name__ == "__main__":
54
54
  setup(
55
55
  name="ailia_speech",
56
56
  scripts=scripts,
57
- version="1.3.0.3",
57
+ version="1.3.0.4",
58
58
  install_requires=[
59
59
  "ailia",
60
60
  "ailia_tokenizer",
File without changes