From 942bc9137dccb7f1e0bc42b4f91ffea4855e4a7f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2020 19:12:43 +0000 Subject: [PATCH] chore(deps): Update pandas requirement from <0.26,>=0.23 to >=0.23,<1.1 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.0.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 6d3e131..d425f15 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.1", "tables>=3.5.1", "bokeh>=1.0", "gsd>=1.3",