From 8e9dd882a74bc1f4c4c2a514d7945606c816d51b Mon Sep 17 00:00:00 2001 From: Jamal Senouci Date: Sun, 8 Jan 2023 13:41:40 +0000 Subject: [PATCH] added python and compilers to environment.yml --- environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index a2f66c1..c4bc5ec 100644 --- a/environment.yml +++ b/environment.yml @@ -1,5 +1,7 @@ name: binder dependencies: + - python + - compilers - pandas - numpy - statsmodels