From 8afe26d397b5653f71561752813116a99afd24ad Mon Sep 17 00:00:00 2001 From: Jason Senthil Date: Mon, 24 Jun 2024 10:35:49 -0700 Subject: [PATCH] pin numpy version (#848) Summary: Pull Request resolved: https://github.com/pytorch/tnt/pull/848 pin numpy to 1.26.4 Reviewed By: diego-urgell Differential Revision: D58888864 fbshipit-source-id: f48e9e4150d7e4376c4cc7cf6e12264206aee8fd --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2d8c454426..be4d3fc89c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ torch -numpy +numpy==1.24.4 fsspec tensorboard packaging