mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
dockerfile to 3.12
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.10-slim-bookworm AS base
|
||||
FROM python:3.12-slim-bookworm AS base
|
||||
|
||||
# Install system dependencies
|
||||
RUN apt-get update && \
|
||||
|
||||
@@ -466,7 +466,7 @@ rsa==4.9.1
|
||||
# via google-auth
|
||||
safetensors==0.7.0
|
||||
# via transformers
|
||||
scikit-learn==1.7.2
|
||||
scikit-learn==1.8.0
|
||||
# via
|
||||
# -r requirements/requirements-help.in
|
||||
# sentence-transformers
|
||||
|
||||
@@ -9,6 +9,5 @@ numpy<2
|
||||
|
||||
# Later versions break test_help in GitHub Actions on Windows and Ubuntu
|
||||
# due to llama-index-core==0.12.26
|
||||
scikit-learn==1.7.2
|
||||
#scikit-learn==1.7.2 ; python_version < "3.11"
|
||||
#scikit-learn==1.8.0 ; python_version >= "3.11"
|
||||
scikit-learn==1.7.2 ; python_version < "3.11"
|
||||
scikit-learn==1.8.0 ; python_version >= "3.11"
|
||||
@@ -246,7 +246,7 @@ safetensors==0.7.0
|
||||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
# transformers
|
||||
scikit-learn==1.7.2
|
||||
scikit-learn==1.8.0
|
||||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
# -r requirements/requirements-help.in
|
||||
|
||||
Reference in New Issue
Block a user