From 4d06eefa8fca857cf6b03d6fc50ce5b3eb6d61e0 Mon Sep 17 00:00:00 2001 From: John Wu Date: Mon, 19 Jan 2026 16:42:22 -0600 Subject: [PATCH] bump packages and remove pandarallel to see what happens, will need to fix whatever leftover dependencies break later --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c96ca7851..8eae57aae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,11 +33,10 @@ dependencies = [ "networkx", "mne~=1.10.0", "urllib3~=2.5.0", - "numpy~=1.26.4", + "numpy~=2.2.0", "tqdm", "polars~=1.35.2", "pandas~=2.3.1", - "pandarallel~=1.6.5", "pydantic~=2.11.7", "dask[complete]~=2025.11.0", "litdata~=0.2.59",