Skip to content

Commit 4f1cfce

Browse files
committed
Add deps
1 parent f544b52 commit 4f1cfce

3 files changed

Lines changed: 19 additions & 16 deletions

File tree

.github/workflows/docker-publish.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
- name: Checkout repository
3333
uses: actions/checkout@v4
3434

35-
- name: Clean up disk space
36-
uses: jlumbroso/free-disk-space@main
37-
3835
# Install the cosign tool except on PR
3936
# https://github.com/sigstore/cosign-installer
4037
- name: Install cosign
@@ -94,16 +91,3 @@ jobs:
9491
# This step uses the identity token to provision an ephemeral certificate
9592
# against the sigstore community Fulcio instance.
9693
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
97-
98-
# Build and push .sif files for Apptainer
99-
- name: Clean up disk space
100-
uses: jlumbroso/free-disk-space@main
101-
- name: Setup Apptainer
102-
uses: eWaterCycle/setup-apptainer@v2
103-
- name: Build and push Apptainer
104-
env:
105-
TAGS: ${{ steps.meta.outputs.tags }}
106-
run: |
107-
echo ${{ secrets.GITHUB_TOKEN }} | apptainer registry login -u ${{ secrets.GHCR_USERNAME }} --password-stdin docker://ghcr.io
108-
apptainer build container.sif docker://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
109-
echo "${TAGS}" | xargs -I {} apptainer push container.sif oras://{}-sif

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ dependencies = [
1717
"optax>=0.2.6",
1818
"pandas>=2.3.3",
1919
"pytest>=8.3.5",
20+
"schedulefree>=1.4.1",
2021
"scikit-learn==1.6.1",
2122
"seaborn>=0.13.2",
2223
"tabpfn==2.2.1",
24+
"torch>=2.9.1",
2325
]
2426

2527
[dependency-groups]

uv.lock

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)