nkululeko 0.95.1__py3-none-any.whl → 0.95.2__py3-none-any.whl

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.
@@ -1,76 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: nkululeko
3
- Version: 0.95.1
4
- Summary: Machine learning audio prediction experiments based on templates
5
- Home-page: https://github.com/felixbur/nkululeko
6
- Author: Felix Burkhardt
7
- Author-email: fxburk@gmail.com
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: OS Independent
11
- Classifier: Development Status :: 3 - Alpha
12
- Classifier: Topic :: Scientific/Engineering
13
- Requires-Python: >=3.9
14
- License-File: LICENSE
15
- Requires-Dist: audeer>=1.0.0
16
- Requires-Dist: audformat>=1.3.1
17
- Requires-Dist: audinterface>=1.0.0
18
- Requires-Dist: audiofile>=1.0.0
19
- Requires-Dist: audiomentations==0.31.0
20
- Requires-Dist: audmetric>=1.0.0
21
- Requires-Dist: audonnx>=0.7.0
22
- Requires-Dist: confidence-intervals>=0.0.2
23
- Requires-Dist: datasets>=2.0.0
24
- Requires-Dist: imageio>=2.0.0
25
- Requires-Dist: matplotlib>=3.0.0
26
- Requires-Dist: numpy>=1.20.0
27
- Requires-Dist: opensmile>=2.0.0
28
- Requires-Dist: pandas>=1.0.0
29
- Requires-Dist: praat-parselmouth>=0.4.0
30
- Requires-Dist: scikit_learn>=1.0.0
31
- Requires-Dist: scipy>=1.0.0
32
- Requires-Dist: seaborn>=0.11.0
33
- Requires-Dist: sounddevice>=0.4.0
34
- Requires-Dist: transformers>=4.0.0
35
- Requires-Dist: umap-learn>=0.5.0
36
- Requires-Dist: xgboost>=1.0.0
37
- Requires-Dist: pylatex>=1.0.0
38
- Provides-Extra: torch
39
- Requires-Dist: torch>=1.0.0; extra == "torch"
40
- Requires-Dist: torchvision>=0.10.0; extra == "torch"
41
- Requires-Dist: torchaudio>=0.10.0; extra == "torch"
42
- Provides-Extra: torch-cpu
43
- Requires-Dist: torch>=1.0.0; extra == "torch-cpu"
44
- Requires-Dist: torchvision>=0.10.0; extra == "torch-cpu"
45
- Requires-Dist: torchaudio>=0.10.0; extra == "torch-cpu"
46
- Provides-Extra: torch-nightly
47
- Requires-Dist: torch; extra == "torch-nightly"
48
- Requires-Dist: torchvision; extra == "torch-nightly"
49
- Requires-Dist: torchaudio; extra == "torch-nightly"
50
- Provides-Extra: spotlight
51
- Requires-Dist: renumics-spotlight>=1.6.13; extra == "spotlight"
52
- Requires-Dist: sliceguard>=0.0.35; extra == "spotlight"
53
- Provides-Extra: tensorflow
54
- Requires-Dist: tensorflow>=2.0.0; extra == "tensorflow"
55
- Requires-Dist: tensorflow_hub>=0.12.0; extra == "tensorflow"
56
- Provides-Extra: all
57
- Requires-Dist: torch>=1.0.0; extra == "all"
58
- Requires-Dist: torchvision>=0.10.0; extra == "all"
59
- Requires-Dist: torchaudio>=0.10.0; extra == "all"
60
- Requires-Dist: renumics-spotlight>=0.1.0; extra == "all"
61
- Requires-Dist: sliceguard>=0.1.0; extra == "all"
62
- Requires-Dist: tensorflow>=2.0.0; extra == "all"
63
- Requires-Dist: tensorflow_hub>=0.12.0; extra == "all"
64
- Requires-Dist: shap>=0.40.0; extra == "all"
65
- Requires-Dist: imblearn>=0.0.0; extra == "all"
66
- Requires-Dist: cylimiter>=0.0.1; extra == "all"
67
- Requires-Dist: audtorch>=0.0.1; extra == "all"
68
- Requires-Dist: splitutils>=0.0.1; extra == "all"
69
- Dynamic: author
70
- Dynamic: author-email
71
- Dynamic: home-page
72
- Dynamic: license-file
73
- Dynamic: provides-extra
74
- Dynamic: requires-dist
75
- Dynamic: requires-python
76
- Dynamic: summary