From 76acb191254aec7e839fb52ec68460f2533b439b Mon Sep 17 00:00:00 2001 From: Simon Dirmeier Date: Fri, 28 Jul 2023 19:03:17 +0200 Subject: [PATCH] Change surjector version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f157307..5715787 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "dm-haiku>=0.0.9", "flax>=0.6.3", "optax>=0.1.3", - "surjectors@git+https://git@github.com/dirmeier/surjectors@v0.2.2", + "surjectors>=0.2.2", ] dynamic = ["version"]