From 4147a40cf35248818b305c8963f188b6e59ebd0b Mon Sep 17 00:00:00 2001 From: jessegmeyerlab <65188012+jessegmeyerlab@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:50:17 -0700 Subject: [PATCH 1/2] Bump version for dependency fix --- full_dia/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/full_dia/__init__.py b/full_dia/__init__.py index 7863915..976498a 100644 --- a/full_dia/__init__.py +++ b/full_dia/__init__.py @@ -1 +1 @@ -__version__ = "1.0.2" +__version__ = "1.0.3" From 9b869265b018a852ce59723aa635ec70554270a5 Mon Sep 17 00:00:00 2001 From: jessegmeyerlab <65188012+jessegmeyerlab@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:50:29 -0700 Subject: [PATCH 2/2] Pin pandas in Conda environment --- requirements/fulldia_cuda12.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/fulldia_cuda12.yml b/requirements/fulldia_cuda12.yml index 8ef64c1..6edf6b9 100644 --- a/requirements/fulldia_cuda12.yml +++ b/requirements/fulldia_cuda12.yml @@ -6,6 +6,7 @@ channels: dependencies: - python=3.12.12 - numpy<2.0.0 + - pandas<3.0.0 - pytorch=2.3.1 - pytorch-cuda=12.1 - cudatoolkit=11.8.0