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",