diff --git a/.gitignore b/.gitignore index d487863..91e447c 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ codex.csv fb.csv test.csv upload.* +.idea/ diff --git a/requirements.txt b/requirements.txt index 6a9e0d8..eb0bea1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jupyterlab -matplotlib +matplotlib<=3.2 pandas seaborn tqdm