From c21c06dce7827d1b3a359a88239f4b0ec32fb287 Mon Sep 17 00:00:00 2001 From: Matthieu Thiboust <14574229+mthiboust@users.noreply.github.com> Date: Tue, 7 May 2024 21:57:35 +0200 Subject: [PATCH] Bump version (#4) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e802446..2030873 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "somap" -version = "0.1.0" +version = "0.1.1" description = "Self-Organizing Maps in python" authors = [ {name = "Matthieu Thiboust", email = "14574229+mthiboust@users.noreply.github.com"}, ] dependencies = [ - "jax==0.4.20", + "jax>=0.4.20", "equinox>=0.11.1", "jaxtyping>=0.2.23", "beartype>=0.16.4",