Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lpctorch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from lpctorch.lpc import LPCCoefficients
from lpctorch.lpc import LPCSlicer

__name__ = "LPCTorch"
__name__ = "LPCTorch2"
__version__ = "0.1.4"
__author__ = "yliess"
__url__ = "https://github.com/TowardHumanizedInteraction/LPCTorch"
__email__ = "hatiyliess86@gmail.com"
__url__ = "https://github.com/Attornado/LPCTorch2"
__email__ = "hatiyliess86@gmail.com"
20 changes: 10 additions & 10 deletions pyp.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"project_info": {
"name": "LPCTorch",
"name": "LPCTorch2",
"description": "LPC Utility for Pytorch Library.",
"license": "MIT",
"url": "https://github.com/TowardHumanizedInteraction/LPCTorch"
"url": "https://github.com/Attornado/LPCTorch2"
},
"project_authors": [
{
Expand All @@ -13,7 +13,7 @@
}
],
"project_vcs": {
"code_repository": "https://github.com/TowardHumanizedInteraction/LPCTorch.git",
"code_repository": "https://github.com/Attornado/LPCTorch2.git",
"docker_repository": "",
"pypi_repository": "https://upload.pypi.org/legacy/",
"exclude_packages": [
Expand All @@ -35,12 +35,12 @@
"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"
"numpy>=1.17.2",
"torch>=1.2.0",
"torchaudio>=0.3.0",
"tqdm>=4.36.1",
"matplotlib>=3.0.1",
"librosa>=0.7.1"
]
}
}
}
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.17.2
torch==1.2.0
torchaudio==0.3.0
tqdm==4.36.1
matplotlib==3.0.1
librosa==0.7.1
numpy>=1.17.2
torch>=1.2.0
torchaudio>=0.3.0
tqdm>=4.36.1
matplotlib>=3.0.1
librosa>=0.7.1