From f3e1d5669f3e2b799168c748fb15e52cfb378ba8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 19:19:17 +0000 Subject: [PATCH] chore(deps): Update pandas requirement from <0.26,>=0.23 to >=0.23,<1.2 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Changelog](https://github.com/pandas-dev/pandas/blob/master/RELEASE.md) - [Commits](https://github.com/pandas-dev/pandas/compare/v0.23.0...v1.1.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 143239f..b074e7c 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def read(path, encoding="utf-8"): "numpy>=1.14,<1.19", "scipy~=1.0", "scikit-learn>=0.20.0,<1.0", - "pandas>=0.23,<0.26", + "pandas>=0.23,<1.2", "tables>=3.5.1", "bokeh>=1.0", "gsd>=1.3",