remove unmaintained blist (#23957)

This PR removes the unused `blist` dep. Causing issues during `py310` upgrade path.
This commit is contained in:
Akash Patel 2022-04-17 19:06:04 -04:00 committed by GitHub
parent 6e2f9dfe53
commit 8eb99428ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 8 deletions

View file

@ -89,7 +89,6 @@ def update_context(app, pagename, templatename, context, doctree):
MOCK_MODULES = [
"ax",
"ax.service.ax_client",
"blist",
"ConfigSpace",
"dask.distributed",
"gym",

View file

@ -56,12 +56,10 @@ RUN sudo apt-get update -y && sudo apt-get upgrade -y \
# Necessary for Dataset to work properly.
numpy\>=1.20 \
psutil \
blist \
# blist is needed for numpy (which is re-installed when ray is installed)
# To avoid the following error on Jenkins:
# AttributeError: 'numpy.ufunc' object has no attribute '__module__'
&& $HOME/anaconda3/bin/pip uninstall -y dask \
# We install cmake temporarily to get psutil, blist
# We install cmake temporarily to get psutil
&& sudo apt-get autoremove -y cmake zlib1g-dev \
# We keep g++ on GPU images, because uninstalling removes CUDA Devel tooling
$(if [ "$BASE_IMAGE" = "ubuntu:focal" ]; then echo \

View file

@ -44,12 +44,10 @@ RUN apt-get update -y && sudo apt-get upgrade -y \
cython==0.29.26 \
numpy==1.15.4 \
psutil \
blist \
# blist is needed for numpy (which is re-installed when ray is installed)
# To avoid the following error on Jenkins:
# AttributeError: 'numpy.ufunc' object has no attribute '__module__'
&& $HOME/anaconda3/bin/pip uninstall -y dask \
# We install cmake temporarily to get psutil, blist
# We install cmake temporarily to get psutil
&& sudo apt-get autoremove -y cmake zlib1g-dev \
# We keep g++ on GPU images, because uninstalling removes CUDA Devel tooling
$(if [ "$BASE_IMAGE" = "ubuntu:focal" ]; then echo \

View file

@ -47,7 +47,6 @@ aiorwlock
# Requirements for running tests
pyarrow >= 6.0.1, < 7.0.0
blist; platform_system != "Windows"
azure-cli-core==2.29.1
azure-identity==1.7.0
azure-mgmt-compute==23.1.0