From 5eea821cbe55b3415bc0f070bcbebfb4c7f26036 Mon Sep 17 00:00:00 2001 From: Aidan Feldman Date: Sun, 30 Aug 2026 16:31:53 -0400 Subject: [PATCH] upgrade dependencies to match Colab --- .python-version | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 28d9a01b..4de75f8d 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.13 +3.13.15 diff --git a/requirements.txt b/requirements.txt index e51f9e67..37dfeb44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ jupyter-resource-usage # required for pandas' read_html() html5lib lxml -pandas==2.2.2 +pandas==2.2.3 # Using v6 (newer than Colab) to avoid the need for the plugin in the base environment, and 6.0.1+ to avoid a bug in the HTML export. # https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#301----2025-02-18 plotly>=6.0.1