Skip to content

Commit 9eed6ca

Browse files
authored
environment.yml: Raise minimum Python (#191)
1 parent 89e3798 commit 9eed6ca

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile.cuda11

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
1313

1414
RUN python3 -m pip install --upgrade pip
1515

16-
# Install the GPU version of audio-separator, which installs the CUDA 11 compatible version of ONNXRuntime
16+
# Install the GPU version of audio-separator, which installs the CUDA 11 compatible version of ONNXRuntime
1717
# (the default CUDA version for ORT is 11.8, see https://onnxruntime.ai/docs/install/ for more info)
1818
RUN --mount=type=cache,target=/root/.cache \
1919
pip3 install "audio-separator[gpu]"

environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ name: audio-separator-dev
22
channels:
33
- conda-forge
44
dependencies:
5-
- python >=3.9
5+
- python >=3.10
66
- anaconda-client
77
- conda-build
88
- conda-verify
99
- pip >=23.2.1
1010
- poetry
1111
- hatchling
12-

0 commit comments

Comments
 (0)