diff --git a/setup.py b/setup.py index 644fa456..ab549bc2 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "transformers==4.44.2", "huggingface-hub==0.24.6", "scipy", - "numpy<1.24", + "numpy", "pytest", "scikit-learn", "invisible-watermark",