From 0040babd9309c5807e3d7700dcb72628bac0b5a6 Mon Sep 17 00:00:00 2001 From: SvenKlaassen Date: Thu, 4 Dec 2025 16:53:38 +0000 Subject: [PATCH 1/3] add torch dependency for CPU support in requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 786d6eb3..36fbac34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,4 +26,5 @@ flaml # notebooks ipykernel pyreadr +torch==2.1.2+cpu --extra-index-url https://download.pytorch.org/whl/cpu tabpfn \ No newline at end of file From 88f8009f0314adf17a5cb50cc926f7e761bd75df Mon Sep 17 00:00:00 2001 From: SvenKlaassen Date: Thu, 4 Dec 2025 16:59:37 +0000 Subject: [PATCH 2/3] update torch version to 2.8.0 for CPU support in requirements --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 36fbac34..93e73121 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,5 +26,5 @@ flaml # notebooks ipykernel pyreadr -torch==2.1.2+cpu --extra-index-url https://download.pytorch.org/whl/cpu +torch==2.8.0+cpu --extra-index-url https://download.pytorch.org/whl/cpu tabpfn \ No newline at end of file From cc46d452323151f1d1f105823f93e925a94b9393 Mon Sep 17 00:00:00 2001 From: SvenKlaassen Date: Thu, 4 Dec 2025 17:04:33 +0000 Subject: [PATCH 3/3] remove tabpfn dependency for simple github actions --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 93e73121..45cc5c53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,5 +26,4 @@ flaml # notebooks ipykernel pyreadr -torch==2.8.0+cpu --extra-index-url https://download.pytorch.org/whl/cpu -tabpfn \ No newline at end of file +# tabpfn # only relevant for TabPFN example notebooks \ No newline at end of file