From f934602e3287ed9d499efd7c7c0f042b2e980e6b Mon Sep 17 00:00:00 2001 From: patrick Date: Fri, 5 Aug 2022 17:19:39 +0200 Subject: [PATCH] Remove setuptools pin --- config.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.sh b/config.sh index 27c85f0..15521e9 100644 --- a/config.sh +++ b/config.sh @@ -36,8 +36,6 @@ function run_tests { echo $PATH echo ${MB_PYTHON_VERSION} which -a python - # Pin setuptools < 60 - pip install "setuptools<60" pip list python -c 'import pandas; pandas.show_versions()' # Skip test_float_precision_options: https://github.com/pandas-dev/pandas/issues/36429