diff --git a/setup.py b/setup.py index d8a408b..8bb2bc9 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ packages=['drdid'], install_requires=[ 'pandas', - 'numpy<=1.24.3', + 'numpy', 'statsmodels' ], long_description=''' @@ -21,4 +21,4 @@ See the original [R package](https://github.com/pedrohcgs/DRDID/tree/master) ''' -) \ No newline at end of file +)