From 2a1200a632ba56ff0b2cfdbc47e152936d30c526 Mon Sep 17 00:00:00 2001 From: AyrtonB Date: Sat, 27 Mar 2021 20:16:44 +0000 Subject: [PATCH] added typer to settings.ini --- settings.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.ini b/settings.ini index 0ef8982..3bcb074 100644 --- a/settings.ini +++ b/settings.ini @@ -21,5 +21,5 @@ title = moepy doc_path = docs doc_host = https://AyrtonB.github.io doc_baseurl = /Merit-Order-Effect/ -requirements = pandas==1.2.0 numpy==1.19.5 matplotlib==3.3.3 seaborn==0.11.1 lxml==4.6.2 ipypb==0.5.2 dagster==0.9.21 scikit-learn==0.24.0 scipy==1.6.0 +requirements = pandas==1.2.0 numpy==1.19.5 matplotlib==3.3.3 seaborn==0.11.1 lxml==4.6.2 ipypb==0.5.2 dagster==0.9.21 scikit-learn==0.24.0 scipy==1.6.0 typer==0.3.2