diff --git a/setup.py b/setup.py index 488da13..0a4759e 100644 --- a/setup.py +++ b/setup.py @@ -11,9 +11,9 @@ packages=['bootstrapped'], long_description=readme, install_requires=[ - "matplotlib==1.5.3", - "numpy==1.11.1", - "pandas==0.18.1", + "matplotlib>=1.5.3", + "numpy>=1.11.1", + "pandas>=0.18.1", ], url='https://github.com/facebookincubator/bootstrapped', )