From ebb304680d126e5d3a83d4ef9eb1f50cb5965273 Mon Sep 17 00:00:00 2001 From: Jose Angel Sanchez Castillejos Date: Tue, 28 May 2019 23:23:10 -0500 Subject: [PATCH] Remove ipython from requirements since it would break test for python 2 --- Dockerfile | 1 + python/requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c904cac..ba96ebc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN pip install pip==19.1.1 COPY python/requirements.txt . RUN pip install -r requirements.txt +RUN pip install ipython==7.5.0 COPY . . diff --git a/python/requirements.txt b/python/requirements.txt index b38510b..1db1b72 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -7,4 +7,3 @@ lunardate>=0.1.5 convertdate>=2.1.2 holidays>=0.9.5 setuptools-git>=1.2 -ipython==7.5.0 \ No newline at end of file