From 74bee5caebebc0dcc85d65179b22149a6510fc9f Mon Sep 17 00:00:00 2001 From: Marcus Reaiche Date: Tue, 19 Sep 2023 10:26:13 -0400 Subject: [PATCH] Fix conda.yml --- src/eda/conda.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/eda/conda.yml b/src/eda/conda.yml index 241136912..8f01bbfd2 100644 --- a/src/eda/conda.yml +++ b/src/eda/conda.yml @@ -3,11 +3,13 @@ channels: - conda-forge - defaults dependencies: + - python=3.8.17 - jupyterlab=3.0.12 - seaborn=0.11.1 - pandas=1.2.3 - pip=20.3.3 - - pandas-profiling=2.11.0 + - pandas-profiling=3.6.3 - pyarrow=2.0 - pip: - - wandb==0.10.31 \ No newline at end of file + - wandb==0.10.31 + - protobuf==3.20.0 \ No newline at end of file