From 31522b81aee71979a505bfa0d064ba0b88d54a74 Mon Sep 17 00:00:00 2001 From: Sam Winebrake <85908068+samwinebrake@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:14:35 -0500 Subject: [PATCH] Revert fixes (#1642) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Revert "Bump version: 2.2.3 → 2.2.4 (#1640)" This reverts commit 3221a3e3d5e0920c1d4ae8b1b557d430cc89d49b. * Revert "Bump version: 2.2.2 → 2.2.3 (#1638)" This reverts commit 00937904c0bda51da747483e35fafab3284bdc6a. * Revert "Update environment_lock.yml to require brainio v1.1.0 (#1637)" This reverts commit d729f0e8d94850800211bd6242bd696e1a18bab1. * Update environment_lock.yml to require brainio v1.1.0 (#1637) --------- Co-authored-by: Kartik Pradeepan --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0128601e..eee56b7b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "brainscore_vision" -version = "2.2.4" +version = "2.2.2" description = "The Brain-Score library enables model comparisons to behavioral and neural experiments" authors = [] license = { 'file' = 'LICENSE' }