From c60d7a1398ee4b92c43605f63d7df3f86c1dc83d Mon Sep 17 00:00:00 2001 From: Jules van Rie Date: Fri, 5 Apr 2024 15:53:47 +0200 Subject: [PATCH 1/2] Removing pandas-profiling from post-setup checks Reasons: - Pandas-profiling has been remamed ydata-profiling. - We removed it in Update apple_silicon.txt #272 from the Apple Silicon requirements, because of incompatibility with scipy - It is a non-essential package anyway, and is used in only one challenge (04-01-03 Exploratory Analysis), which includes instructions to pip install it. --- checks/pip_check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checks/pip_check.sh b/checks/pip_check.sh index 0adf1086..20b745c8 100644 --- a/checks/pip_check.sh +++ b/checks/pip_check.sh @@ -1,4 +1,4 @@ -REQUIRED=('pytest' 'pylint' 'ipdb' 'PyYAML' 'nbresult' 'autopep8' 'flake8' 'yapf' 'lxml' 'requests' 'beautifulsoup4' 'jupyterlab' 'pandas' 'matplotlib' 'seaborn' 'plotly' 'scikit-learn' 'tensorflow' 'nbconvert' 'xgboost' 'statsmodels' 'pandas-profiling' 'jupyter-resource-usage') +REQUIRED=('pytest' 'pylint' 'ipdb' 'PyYAML' 'nbresult' 'autopep8' 'flake8' 'yapf' 'lxml' 'requests' 'beautifulsoup4' 'jupyterlab' 'pandas' 'matplotlib' 'seaborn' 'plotly' 'scikit-learn' 'tensorflow' 'nbconvert' 'xgboost' 'statsmodels' 'jupyter-resource-usage') PACKAGES=$(pip freeze) PACKS=() while read -r line; do @@ -14,7 +14,7 @@ elif [ "${arch_name}" = "arm64" ]; then arch_name='m1' fi if [ $arch_name = 'm1' ]; then - REQUIRED=('pytest' 'pylint' 'ipdb' 'PyYAML' 'nbresult' 'autopep8' 'flake8' 'yapf' 'lxml' 'requests' 'beautifulsoup4' 'jupyterlab' 'pandas' 'matplotlib' 'seaborn' 'plotly' 'scikit-learn' 'tensorflow-macos' 'nbconvert' 'xgboost' 'statsmodels' 'pandas-profiling' 'jupyter-resource-usage') + REQUIRED=('pytest' 'pylint' 'ipdb' 'PyYAML' 'nbresult' 'autopep8' 'flake8' 'yapf' 'lxml' 'requests' 'beautifulsoup4' 'jupyterlab' 'pandas' 'matplotlib' 'seaborn' 'plotly' 'scikit-learn' 'tensorflow-macos' 'nbconvert' 'xgboost' 'statsmodels' 'jupyter-resource-usage') fi for r in ${REQUIRED[@]}; do echo $r From 6f47dbd900526ab99c63fe72a6826865992377d1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 5 Apr 2024 13:55:37 +0000 Subject: [PATCH 2/2] setup guides generated --- WINDOWS.es.md | 2 +- WINDOWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WINDOWS.es.md b/WINDOWS.es.md index 26ebbabe..bc31cf04 100644 --- a/WINDOWS.es.md +++ b/WINDOWS.es.md @@ -401,8 +401,8 @@ Por favor, ejecuta estas lĂ­neas en tu terminal. ```bash sudo update-locale LANG=en_US.UTF8 +sudo apt-get update sudo apt-get install language-pack-en language-pack-en-base manpages -exec zsh ``` diff --git a/WINDOWS.md b/WINDOWS.md index 54991818..d268b4a2 100644 --- a/WINDOWS.md +++ b/WINDOWS.md @@ -401,8 +401,8 @@ Please, run this lines in your terminal. ```bash sudo update-locale LANG=en_US.UTF8 +sudo apt-get update sudo apt-get install language-pack-en language-pack-en-base manpages -exec zsh ```