From 306b9963a979137d5a3fb595d66d23191a6ff431 Mon Sep 17 00:00:00 2001 From: "wassname (Michael J Clark)" <1103714+wassname@users.noreply.github.com> Date: Sun, 18 May 2025 11:14:56 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6cba93e..a1ec82c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,15 +11,15 @@ keywords = ["transformers", "cache", "activations", "huggingface"] requires-python = ">=3.10" dependencies = [ "baukit", - "datasets>=3.3.0", - "einops>=0.8.1", - "jaxtyping>=0.2.38", - "loguru>=0.7.3", - "matplotlib>=3.10.0", - "skorch>=1.1.0", - "torch>=2.6.0", - "tqdm>=4.67.1", - "transformers>=4.48.3", + "datasets>=3.3", + "einops>=0.8", + "jaxtyping>=0.2", + "loguru>=0.7", + "matplotlib>=3.10", + "skorch>=1.1", + "torch>=2.6", + "tqdm>=4.67", + "transformers>=4.48", ]