From 7c3fcc0b8d3cd2cd86b87a7f489aff328d4d7157 Mon Sep 17 00:00:00 2001 From: Jannis Born Date: Wed, 18 May 2022 15:23:37 +0200 Subject: [PATCH] fix: relax pandas dependency (fixes #16) --- setup.py | 2 +- setup_pip.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 73478f2..de88e9b 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "pytest-cov ~= 3.0.0", "jupyter-dash", "plotly~=5.6.0", - "pandas~=1.4.1", + "pandas~=1.3.1", "ipykernel~=6.9.1", "scikit-learn~=1.0.0", ], diff --git a/setup_pip.py b/setup_pip.py index f2bf5e5..aff7e6d 100644 --- a/setup_pip.py +++ b/setup_pip.py @@ -25,7 +25,7 @@ "pytest-cov ~= 3.0.0", "jupyter-dash", "plotly~=5.6.0", - "pandas~=1.4.1", + "pandas~=1.3.1", "ipykernel~=6.9.1", "scikit-learn~=1.0.0", ],