Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency conda-forge/python to v3.11.11 #233

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
context: python-minimal
base_image: base
python_version_1: 3.12.7
python_version_2: 3.11.10
python_version_2: 3.11.11
secrets: inherit
python-datascience:
needs: [python-minimal]
Expand All @@ -32,7 +32,7 @@ jobs:
context: python-datascience
base_image: python-minimal
python_version_1: 3.12.7
python_version_2: 3.11.10
python_version_2: 3.11.11
secrets: inherit
python-pytorch:
needs: [python-minimal]
Expand All @@ -42,7 +42,7 @@ jobs:
context: python-pytorch
base_image: python-minimal
python_version_1: 3.12.7
python_version_2: 3.11.10
python_version_2: 3.11.11
secrets: inherit
python-tensorflow:
needs: [python-minimal]
Expand All @@ -52,7 +52,7 @@ jobs:
context: python-tensorflow
base_image: python-minimal
python_version_1: 3.12.7
python_version_2: 3.11.10
python_version_2: 3.11.11
secrets: inherit
r-minimal:
needs: [base]
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
context: jupyter
base_image: python-datascience
python_version_1: 3.12.7
python_version_2: 3.11.10
python_version_2: 3.11.11
secrets: inherit
vscode-python:
needs: [python-datascience]
Expand All @@ -92,7 +92,7 @@ jobs:
context: vscode
base_image: python-datascience
python_version_1: 3.12.7
python_version_2: 3.11.10
python_version_2: 3.11.11
secrets: inherit
pyspark:
needs: [python-minimal]
Expand All @@ -102,7 +102,7 @@ jobs:
context: spark
base_image: python-minimal
python_version_1: 3.12.7
python_version_2: 3.11.10
python_version_2: 3.11.11
spark_version: 3.5.3
build_gpu: false
secrets: inherit
Expand All @@ -114,7 +114,7 @@ jobs:
context: jupyter
base_image: pyspark
python_version_1: 3.12.7
python_version_2: 3.11.10
python_version_2: 3.11.11
spark_version: 3.5.3
build_gpu: false
secrets: inherit
Expand All @@ -126,7 +126,7 @@ jobs:
context: vscode
base_image: pyspark
python_version_1: 3.12.7
python_version_2: 3.11.10
python_version_2: 3.11.11
spark_version: 3.5.3
build_gpu: false
secrets: inherit
Expand All @@ -138,7 +138,7 @@ jobs:
context: jupyter
base_image: python-pytorch
python_version_1: 3.12.7
python_version_2: 3.11.10
python_version_2: 3.11.11
secrets: inherit
vscode-pytorch:
needs: [python-pytorch]
Expand All @@ -148,7 +148,7 @@ jobs:
context: vscode
base_image: python-pytorch
python_version_1: 3.12.7
python_version_2: 3.11.10
python_version_2: 3.11.11
secrets: inherit
jupyter-tensorflow:
needs: [python-tensorflow]
Expand All @@ -158,7 +158,7 @@ jobs:
context: jupyter
base_image: python-tensorflow
python_version_1: 3.12.7
python_version_2: 3.11.10
python_version_2: 3.11.11
secrets: inherit
vscode-tensorflow:
needs: [python-tensorflow]
Expand All @@ -168,7 +168,7 @@ jobs:
context: vscode
base_image: python-tensorflow
python_version_1: 3.12.7
python_version_2: 3.11.10
python_version_2: 3.11.11
secrets: inherit
rstudio:
needs: [r-datascience]
Expand Down