diff --git a/lpctorch/__init__.py b/lpctorch/__init__.py index 693791b..cb28f4d 100644 --- a/lpctorch/__init__.py +++ b/lpctorch/__init__.py @@ -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" \ No newline at end of file +__url__ = "https://github.com/Attornado/LPCTorch2" +__email__ = "hatiyliess86@gmail.com" diff --git a/pyp.json b/pyp.json index 7beaacb..ac6637a 100644 --- a/pyp.json +++ b/pyp.json @@ -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": [ { @@ -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": [ @@ -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" ] } -} \ No newline at end of file +} diff --git a/requirements.txt b/requirements.txt index 31878fe..4395686 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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