From e927bd89aba9befebd63d754a60b09258f02d428 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Thu, 5 Nov 2020 16:41:07 -0800 Subject: [PATCH] Revert "pin blosc version" This reverts commit 433714e377a37aefd09a1feecf016cbeffbd86a4. --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 0b67665c..1986cbaf 100644 --- a/Pipfile +++ b/Pipfile @@ -75,7 +75,7 @@ mypy = "*" parameterized = "*" torch = "*" torchsummary = "*" -blosc = "==1.9.2" +blosc = "*" [packages] atomicwrites = "*"