From 50c756acd1b3af7ce74c02cf212a4eeb50eb0a68 Mon Sep 17 00:00:00 2001 From: Neil Girdhar Date: Sat, 22 Jun 2024 05:19:26 -0400 Subject: [PATCH] Unblock NumPy 2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8d5334ae436..2ffd6f9908d 100644 --- a/setup.py +++ b/setup.py @@ -111,7 +111,7 @@ # For file locking "filelock", # We use numpy>=1.17 to have np.random.Generator (Dataset shuffling) - "numpy>=1.17,<2.0.0", # Temporary upper version + "numpy>=1.17", # Backend and serialization. # Minimum 15.0.0 to be able to cast dictionary types to their underlying types "pyarrow>=15.0.0",