From 94020aa8366bc6caac4b0a51643b3b42a2ac34ab Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Tue, 31 Oct 2023 14:18:25 +0100 Subject: [PATCH] build: move pandas to notebook requirements --- requirements.notebooks.txt | 3 ++- requirements.txt | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.notebooks.txt b/requirements.notebooks.txt index 65d3f642..6b7e6e89 100644 --- a/requirements.notebooks.txt +++ b/requirements.notebooks.txt @@ -1 +1,2 @@ -bokeh==1.4.0 \ No newline at end of file +bokeh==1.4.0 +pandas>=1.4,<2.0 diff --git a/requirements.txt b/requirements.txt index ac0bbb92..49ab1e3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,6 @@ flask==2.* pysbd==0.3.4 # deps for notebooks umap-learn==0.5.* -pandas>=1.4,<2.0 # deps for training matplotlib==3.7.* # coqui stack