fix: filename format bug

This commit is contained in:
Félix Voituret
2019-11-22 13:02:42 +01:00
parent c6bba68308
commit ced4028ce8
4 changed files with 4 additions and 43 deletions

View File

@@ -1,19 +0,0 @@
name: spleeter-cpu
channels:
- conda-forge
- anaconda
dependencies:
- python=3.7
- tensorflow=1.14.0
- ffmpeg
- pandas==0.25.1
- requests
- pip
- pip:
- museval==0.3.0
- musdb==0.3.1
- norbert==0.2.1
- spleeter
- ffmpeg-python

View File

@@ -1,20 +0,0 @@
name: spleeter-gpu
channels:
- conda-forge
- anaconda
dependencies:
- python=3.7
- tensorflow-gpu=1.14.0
- ffmpeg
- pandas==0.25.1
- requests
- pip
- pip:
- museval==0.3.0
- musdb==0.3.1
- norbert==0.2.1
- spleeter
- ffmpeg-python