From 5609937528a7fd2fa8bb5a8cd69a79fd87c8d75c Mon Sep 17 00:00:00 2001 From: Oren Amsalem Date: Fri, 27 Oct 2023 04:56:56 +0300 Subject: [PATCH] report packages used --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c35ca2..0eac9e0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,13 @@ This repository contains the full analysis code for the results of the [From cho To recreate the analysis, download the raw data supplied by the competition organizers on [Google Drive](https://drive.google.com/drive/u/0/folders/1sSlBhdsVyycRpMU5o9AW8dJiltrCIwH6). Open the analysis [jupyter notebook](https://github.com/orena1/Specious_Regularity/blob/main/Specious_Reg_Nudge_Ind.ipynb) Then, open the analysis Jupyter notebook and follow the instructions to recreate all the figures used in the paper. - +Python packages used: +` +python=3.9.13 +seaborn=='0.11.2' +matplotlib=='3.5.2' +scipy=='1.9.1' +`