Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: ./.github/actions/setup-uv-env
with:
python-version: ${{ env.PYTHON_VERSION }}
install-args: "--extra report --extra rna --extra tabpfn"
install-args: "--extra report --extra rna --extra tabpfn --extra tabicl"

# - name: Run type checks #needs a lot of type fixing
# run: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: ./.github/actions/setup-uv-env
with:
python-version: ${{ matrix.python-version }}
install-args: "--extra rna --extra report --extra tabpfn --extra clustering
install-args: "--extra rna --extra report --extra tabpfn --extra tabicl --extra clustering
--group test_duration"

#----------------------------------------------
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
uses: ./.github/actions/setup-uv-env
with:
python-version: ${{ env.PYTHON_VERSION }}
install-args: "--extra rna --extra report --extra tabpfn --extra clustering
install-args: "--extra rna --extra report --extra tabpfn --extra tabicl --extra clustering
--group test_duration"

- name: Download TabPFN checkpoint
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
uses: ./.github/actions/setup-uv-env
with:
python-version: ${{ env.PYTHON_VERSION }}
install-args: "--extra report --extra rna --extra tabpfn"
install-args: "--extra report --extra rna --extra tabpfn --extra tabicl"

- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@v10.2.0
Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ tabpfn = [
"torch>=2.3.0,<3",
]

### TabICL
tabicl = [
"tabicl>=2.1.1",
"torch>=2.11.0",
]

[dependency-groups]
dev = [
"ipykernel",
Expand Down
Loading
Loading