Katsuya Oda
		
	commited on
		
		
					Commit 
							
							·
						
						acaa496
	
1
								Parent(s):
							
							50e7175
								
fix: use pytorch 1.11.0
Browse files- pyproject.toml +3 -2
 - requirements-dev.lock +3 -10
 - requirements.lock +3 -10
 - requirements.txt +3 -1
 
    	
        pyproject.toml
    CHANGED
    
    | 
         @@ -7,8 +7,9 @@ authors = [ 
     | 
|
| 7 | 
         
             
            ]
         
     | 
| 8 | 
         
             
            dependencies = [
         
     | 
| 9 | 
         
             
                "pyannote.audio @ git+https://github.com/pyannote/[email protected]",
         
     | 
| 10 | 
         
            -
                "torch==1. 
     | 
| 11 | 
         
            -
                " 
     | 
| 
         | 
|
| 12 | 
         
             
            ]
         
     | 
| 13 | 
         
             
            readme = "README.md"
         
     | 
| 14 | 
         
             
            requires-python = ">= 3.8"
         
     | 
| 
         | 
|
| 7 | 
         
             
            ]
         
     | 
| 8 | 
         
             
            dependencies = [
         
     | 
| 9 | 
         
             
                "pyannote.audio @ git+https://github.com/pyannote/[email protected]",
         
     | 
| 10 | 
         
            +
                "torch==1.11.0",
         
     | 
| 11 | 
         
            +
                "torchaudio==0.11.0",
         
     | 
| 12 | 
         
            +
                "torchvision==0.12.0",
         
     | 
| 13 | 
         
             
            ]
         
     | 
| 14 | 
         
             
            readme = "README.md"
         
     | 
| 15 | 
         
             
            requires-python = ">= 3.8"
         
     | 
    	
        requirements-dev.lock
    CHANGED
    
    | 
         @@ -17,7 +17,6 @@ async-timeout==4.0.2 
     | 
|
| 17 | 
         
             
            attrs==23.1.0
         
     | 
| 18 | 
         
             
            audioread==3.0.0
         
     | 
| 19 | 
         
             
            backports-cached-property==1.0.2
         
     | 
| 20 | 
         
            -
            black==23.7.0
         
     | 
| 21 | 
         
             
            cachetools==5.3.1
         
     | 
| 22 | 
         
             
            certifi==2023.7.22
         
     | 
| 23 | 
         
             
            cffi==1.15.1
         
     | 
| 
         @@ -58,20 +57,14 @@ matplotlib==3.7.2 
     | 
|
| 58 | 
         
             
            mdurl==0.1.2
         
     | 
| 59 | 
         
             
            mpmath==1.3.0
         
     | 
| 60 | 
         
             
            multidict==6.0.4
         
     | 
| 61 | 
         
            -
            mypy-extensions==1.0.0
         
     | 
| 62 | 
         
             
            networkx==2.8.8
         
     | 
| 63 | 
         
             
            numba==0.57.1
         
     | 
| 64 | 
         
             
            numpy==1.24.4
         
     | 
| 65 | 
         
            -
            nvidia-cublas-cu11==11.10.3.66
         
     | 
| 66 | 
         
            -
            nvidia-cuda-nvrtc-cu11==11.7.99
         
     | 
| 67 | 
         
            -
            nvidia-cuda-runtime-cu11==11.7.99
         
     | 
| 68 | 
         
            -
            nvidia-cudnn-cu11==8.5.0.96
         
     | 
| 69 | 
         
             
            oauthlib==3.2.2
         
     | 
| 70 | 
         
             
            omegaconf==2.3.0
         
     | 
| 71 | 
         
             
            optuna==3.3.0
         
     | 
| 72 | 
         
             
            packaging==23.1
         
     | 
| 73 | 
         
             
            pandas==2.0.3
         
     | 
| 74 | 
         
            -
            pathspec==0.11.2
         
     | 
| 75 | 
         
             
            pillow==10.0.0
         
     | 
| 76 | 
         
             
            platformdirs==3.10.0
         
     | 
| 77 | 
         
             
            pooch==1.7.0
         
     | 
| 
         @@ -117,12 +110,12 @@ tabulate==0.9.0 
     | 
|
| 117 | 
         
             
            tensorboard==2.13.0
         
     | 
| 118 | 
         
             
            tensorboard-data-server==0.7.1
         
     | 
| 119 | 
         
             
            threadpoolctl==3.2.0
         
     | 
| 120 | 
         
            -
             
     | 
| 121 | 
         
            -
            torch==1.13.1
         
     | 
| 122 | 
         
             
            torch-audiomentations==0.11.0
         
     | 
| 123 | 
         
             
            torch-pitch-shift==1.2.4
         
     | 
| 124 | 
         
            -
            torchaudio==0. 
     | 
| 125 | 
         
             
            torchmetrics==0.11.4
         
     | 
| 
         | 
|
| 126 | 
         
             
            tqdm==4.65.0
         
     | 
| 127 | 
         
             
            typer==0.9.0
         
     | 
| 128 | 
         
             
            typing-extensions==4.7.1
         
     | 
| 
         | 
|
| 17 | 
         
             
            attrs==23.1.0
         
     | 
| 18 | 
         
             
            audioread==3.0.0
         
     | 
| 19 | 
         
             
            backports-cached-property==1.0.2
         
     | 
| 
         | 
|
| 20 | 
         
             
            cachetools==5.3.1
         
     | 
| 21 | 
         
             
            certifi==2023.7.22
         
     | 
| 22 | 
         
             
            cffi==1.15.1
         
     | 
| 
         | 
|
| 57 | 
         
             
            mdurl==0.1.2
         
     | 
| 58 | 
         
             
            mpmath==1.3.0
         
     | 
| 59 | 
         
             
            multidict==6.0.4
         
     | 
| 
         | 
|
| 60 | 
         
             
            networkx==2.8.8
         
     | 
| 61 | 
         
             
            numba==0.57.1
         
     | 
| 62 | 
         
             
            numpy==1.24.4
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 63 | 
         
             
            oauthlib==3.2.2
         
     | 
| 64 | 
         
             
            omegaconf==2.3.0
         
     | 
| 65 | 
         
             
            optuna==3.3.0
         
     | 
| 66 | 
         
             
            packaging==23.1
         
     | 
| 67 | 
         
             
            pandas==2.0.3
         
     | 
| 
         | 
|
| 68 | 
         
             
            pillow==10.0.0
         
     | 
| 69 | 
         
             
            platformdirs==3.10.0
         
     | 
| 70 | 
         
             
            pooch==1.7.0
         
     | 
| 
         | 
|
| 110 | 
         
             
            tensorboard==2.13.0
         
     | 
| 111 | 
         
             
            tensorboard-data-server==0.7.1
         
     | 
| 112 | 
         
             
            threadpoolctl==3.2.0
         
     | 
| 113 | 
         
            +
            torch==1.11.0
         
     | 
| 
         | 
|
| 114 | 
         
             
            torch-audiomentations==0.11.0
         
     | 
| 115 | 
         
             
            torch-pitch-shift==1.2.4
         
     | 
| 116 | 
         
            +
            torchaudio==0.11.0
         
     | 
| 117 | 
         
             
            torchmetrics==0.11.4
         
     | 
| 118 | 
         
            +
            torchvision==0.12.0
         
     | 
| 119 | 
         
             
            tqdm==4.65.0
         
     | 
| 120 | 
         
             
            typer==0.9.0
         
     | 
| 121 | 
         
             
            typing-extensions==4.7.1
         
     | 
    	
        requirements.lock
    CHANGED
    
    | 
         @@ -17,7 +17,6 @@ async-timeout==4.0.2 
     | 
|
| 17 | 
         
             
            attrs==23.1.0
         
     | 
| 18 | 
         
             
            audioread==3.0.0
         
     | 
| 19 | 
         
             
            backports-cached-property==1.0.2
         
     | 
| 20 | 
         
            -
            black==23.7.0
         
     | 
| 21 | 
         
             
            cachetools==5.3.1
         
     | 
| 22 | 
         
             
            certifi==2023.7.22
         
     | 
| 23 | 
         
             
            cffi==1.15.1
         
     | 
| 
         @@ -58,20 +57,14 @@ matplotlib==3.7.2 
     | 
|
| 58 | 
         
             
            mdurl==0.1.2
         
     | 
| 59 | 
         
             
            mpmath==1.3.0
         
     | 
| 60 | 
         
             
            multidict==6.0.4
         
     | 
| 61 | 
         
            -
            mypy-extensions==1.0.0
         
     | 
| 62 | 
         
             
            networkx==2.8.8
         
     | 
| 63 | 
         
             
            numba==0.57.1
         
     | 
| 64 | 
         
             
            numpy==1.24.4
         
     | 
| 65 | 
         
            -
            nvidia-cublas-cu11==11.10.3.66
         
     | 
| 66 | 
         
            -
            nvidia-cuda-nvrtc-cu11==11.7.99
         
     | 
| 67 | 
         
            -
            nvidia-cuda-runtime-cu11==11.7.99
         
     | 
| 68 | 
         
            -
            nvidia-cudnn-cu11==8.5.0.96
         
     | 
| 69 | 
         
             
            oauthlib==3.2.2
         
     | 
| 70 | 
         
             
            omegaconf==2.3.0
         
     | 
| 71 | 
         
             
            optuna==3.3.0
         
     | 
| 72 | 
         
             
            packaging==23.1
         
     | 
| 73 | 
         
             
            pandas==2.0.3
         
     | 
| 74 | 
         
            -
            pathspec==0.11.2
         
     | 
| 75 | 
         
             
            pillow==10.0.0
         
     | 
| 76 | 
         
             
            platformdirs==3.10.0
         
     | 
| 77 | 
         
             
            pooch==1.7.0
         
     | 
| 
         @@ -117,12 +110,12 @@ tabulate==0.9.0 
     | 
|
| 117 | 
         
             
            tensorboard==2.13.0
         
     | 
| 118 | 
         
             
            tensorboard-data-server==0.7.1
         
     | 
| 119 | 
         
             
            threadpoolctl==3.2.0
         
     | 
| 120 | 
         
            -
             
     | 
| 121 | 
         
            -
            torch==1.13.1
         
     | 
| 122 | 
         
             
            torch-audiomentations==0.11.0
         
     | 
| 123 | 
         
             
            torch-pitch-shift==1.2.4
         
     | 
| 124 | 
         
            -
            torchaudio==0. 
     | 
| 125 | 
         
             
            torchmetrics==0.11.4
         
     | 
| 
         | 
|
| 126 | 
         
             
            tqdm==4.65.0
         
     | 
| 127 | 
         
             
            typer==0.9.0
         
     | 
| 128 | 
         
             
            typing-extensions==4.7.1
         
     | 
| 
         | 
|
| 17 | 
         
             
            attrs==23.1.0
         
     | 
| 18 | 
         
             
            audioread==3.0.0
         
     | 
| 19 | 
         
             
            backports-cached-property==1.0.2
         
     | 
| 
         | 
|
| 20 | 
         
             
            cachetools==5.3.1
         
     | 
| 21 | 
         
             
            certifi==2023.7.22
         
     | 
| 22 | 
         
             
            cffi==1.15.1
         
     | 
| 
         | 
|
| 57 | 
         
             
            mdurl==0.1.2
         
     | 
| 58 | 
         
             
            mpmath==1.3.0
         
     | 
| 59 | 
         
             
            multidict==6.0.4
         
     | 
| 
         | 
|
| 60 | 
         
             
            networkx==2.8.8
         
     | 
| 61 | 
         
             
            numba==0.57.1
         
     | 
| 62 | 
         
             
            numpy==1.24.4
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 63 | 
         
             
            oauthlib==3.2.2
         
     | 
| 64 | 
         
             
            omegaconf==2.3.0
         
     | 
| 65 | 
         
             
            optuna==3.3.0
         
     | 
| 66 | 
         
             
            packaging==23.1
         
     | 
| 67 | 
         
             
            pandas==2.0.3
         
     | 
| 
         | 
|
| 68 | 
         
             
            pillow==10.0.0
         
     | 
| 69 | 
         
             
            platformdirs==3.10.0
         
     | 
| 70 | 
         
             
            pooch==1.7.0
         
     | 
| 
         | 
|
| 110 | 
         
             
            tensorboard==2.13.0
         
     | 
| 111 | 
         
             
            tensorboard-data-server==0.7.1
         
     | 
| 112 | 
         
             
            threadpoolctl==3.2.0
         
     | 
| 113 | 
         
            +
            torch==1.11.0
         
     | 
| 
         | 
|
| 114 | 
         
             
            torch-audiomentations==0.11.0
         
     | 
| 115 | 
         
             
            torch-pitch-shift==1.2.4
         
     | 
| 116 | 
         
            +
            torchaudio==0.11.0
         
     | 
| 117 | 
         
             
            torchmetrics==0.11.4
         
     | 
| 118 | 
         
            +
            torchvision==0.12.0
         
     | 
| 119 | 
         
             
            tqdm==4.65.0
         
     | 
| 120 | 
         
             
            typer==0.9.0
         
     | 
| 121 | 
         
             
            typing-extensions==4.7.1
         
     | 
    	
        requirements.txt
    CHANGED
    
    | 
         @@ -1,2 +1,4 @@ 
     | 
|
| 1 | 
         
            -
            torch==1. 
     | 
| 
         | 
|
| 
         | 
|
| 2 | 
         
             
            pyannote.audio @ git+https://github.com/pyannote/[email protected]
         
     | 
| 
         | 
|
| 1 | 
         
            +
            torch==1.11.0
         
     | 
| 2 | 
         
            +
            torchvision==0.12.0
         
     | 
| 3 | 
         
            +
            torchaudio==0.11.0
         
     | 
| 4 | 
         
             
            pyannote.audio @ git+https://github.com/pyannote/[email protected]
         
     |