From ba1b977cd91145dca89b48a7ac2fb9355698d410 Mon Sep 17 00:00:00 2001 From: Marvin-chengmin Date: Fri, 13 Mar 2020 01:49:48 -0700 Subject: [PATCH 1/2] use a fixed version of IPython --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 418a675..a3f0898 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ python = "^3.7" pandas = "^1.0.1" numpy = "^1.18.1" altair = "^3.2.0" -IPython = "^7.13.0" +IPython = "7.13.0" [tool.poetry.dev-dependencies] pytest-cov = "^2.8.1" From c580bbefe655785bcf5477368ec81243a6c50bf4 Mon Sep 17 00:00:00 2001 From: Marvin-chengmin Date: Fri, 13 Mar 2020 02:01:20 -0700 Subject: [PATCH 2/2] use a fixed version of IPython --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4faa97..5aefbb9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ pip install -i https://test.pypi.org/simple/ eda_analysis - pandas = ^1.0.1 - numpy = ^1.18.1 - altair = ^3.2.0 -- IPython = ^7.13.0 +- IPython = 7.13.0 ### Usage