diff --git a/setup.py b/setup.py index e745428377f..c1d7542119d 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ "numpy>=1.17", # Backend and serialization. # Minimum 1.0.0 to avoid permission errors on windows when using the compute layer on memory mapped data - "pyarrow>=1.0.0<4.0.0", + "pyarrow>=1.0.0,<4.0.0", # For smart caching dataset processing "dill", # For performance gains with apache arrow