diff --git a/conda/meta.yaml b/conda/meta.yaml index 0ca2b746..2d25163b 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -20,13 +20,13 @@ requirements: - pytest-runner - matplotlib >=3.2.0,<4 - numpy >=1.18.0,<2 - - pandas >=1.1,<1.1.5 + - pandas >=1.1,<2 - scipy >=1.4.1,<2 run: - python >=3.6,<3.9 - matplotlib >=3.2.0,<4 - numpy >=1.18.0,<2 - - pandas >=1.1,<1.1.5 + - pandas >=1.1,<2 - scipy >=1.4.1,<2 about: diff --git a/setup.py b/setup.py index f0e10009..93115791 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ install_requires = [ 'matplotlib>=3.2.0,<4', 'numpy>=1.18.0,<2', - 'pandas>=1.1,<1.1.5', + 'pandas>=1.1,<2', 'scipy>=1.4.1,<2', ]