From 17cca9cbeaabf2517ee968a8ab46bdd742435481 Mon Sep 17 00:00:00 2001 From: Matthew Hoffman Date: Tue, 1 Oct 2024 12:30:11 -0500 Subject: [PATCH] Unpin numpy Fixes #1344 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34c8b68323..aa3a41befd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "blobfile>=2", # Miscellaneous - "numpy<=1.26.4", # Pin here until https://github.com/tensorflow/tensorboard/issues/6869 is addressed + "numpy", "tqdm", "omegaconf", "psutil",