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

Remove setuptools pin #189

Merged
merged 1 commit into from
Aug 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down