From d4c2cd81118c19a18d47f8b7b124686f3faa00b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Sun, 25 Jan 2026 00:03:31 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 35395dba..48b5003c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,15 +47,9 @@ dependencies = [ "scipy>=1.8,<2.0", "omegaconf>=2.3.0", "torchmetrics>=0.10.0,<1.7.0", - "tensorboard>2.2.0,!=2.5.0", - "protobuf>=3.20.0,<5.30.0", "pytorch-tabnet==4.1", - "PyYAML>=5.4,<6.1.0", - "matplotlib>3.1", - "ipywidgets", "einops>=0.6.0,<0.8.0", "rich>=11.0.0", - "fsspec>=2022.5.0,<2024.4.0; python_version == '3.8'", ] @@ -80,6 +74,11 @@ extra = [ "captum>=0.5.0,<0.8.0", ] +notebooks = [ + "ipywidgets", + "matplotlib>3.1", +] + [project.urls] Homepage = "https://github.com/pytorch-tabular/pytorch_tabular"