-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpyp.json
46 lines (46 loc) · 1.28 KB
/
pyp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"project_info": {
"name": "LPCTorch",
"description": "LPC Utility for Pytorch Library.",
"license": "MIT",
"url": "https://github.com/TowardHumanizedInteraction/LPCTorch"
},
"project_authors": [
{
"name": "yliess",
"url": "",
"email": "hatiyliess86@gmail.com"
}
],
"project_vcs": {
"code_repository": "https://github.com/TowardHumanizedInteraction/LPCTorch.git",
"docker_repository": "",
"pypi_repository": "https://upload.pypi.org/legacy/",
"exclude_packages": [
"test"
],
"version": "0.1.4",
"ignored_errors": "E121,E123,E126,E226,E24,E704,W503,W504,E501",
"release": {
"commit_template": "Inscreased version to %s",
"docker_tags": "latest,%s",
"tag_template": "%s",
"package_signing_key": "",
"git_signing_key": ""
}
},
"scripts": {
"test": ""
},
"project_requirements": {
"python_version": ">=3.4, <4",
"python_packages": [
"numpy==1.17.2",
"torch==1.2.0",
"torchaudio==0.3.0",
"tqdm==4.36.1",
"matplotlib==3.0.1",
"librosa==0.7.1"
]
}
}