Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit c7c113c

Browse files
phoflpatrick
and
patrick
authored
Remove setuptools pin (#189)
Co-authored-by: patrick <patrick.hoefler@d-fine.de>
1 parent eb4c506 commit c7c113c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ function run_tests {
3636
echo $PATH
3737
echo ${MB_PYTHON_VERSION}
3838
which -a python
39-
# Pin setuptools < 60
40-
pip install "setuptools<60"
4139
pip list
4240
python -c 'import pandas; pandas.show_versions()'
4341
# Skip test_float_precision_options: https://github.com/pandas-dev/pandas/issues/36429

0 commit comments

Comments
 (0)