DistrictDataLabs/yellowbrick

Upgrade dependency to newer numpy

yht opened this issue · 1 comments

yht commented

Hi, team.
I got this error below from pip. Can you upgrade the numpy dependency to newer version.
Thanks for considering my request.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
yellowbrick 1.3.post1 requires numpy<1.20,>=1.16.0, but you have numpy 1.23.2 which is incompatible.
(base) user@scientific: $ pip install numpy==1.19.5
Collecting numpy==1.19.5
  Using cached numpy-1.19.5-cp39-cp39-manylinux2010_x86_64.whl (14.9 MB)
Installing collected packages: numpy
  Attempting uninstall: numpy
    Found existing installation: numpy 1.23.2
    Uninstalling numpy-1.23.2:
      Successfully uninstalled numpy-1.23.2
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow 2.8.2 requires numpy>=1.20, but you have numpy 1.19.5 which is incompatible.
Successfully installed numpy-1.19.5

@DistrictDataLabs/team-oz-maintainers

@yht we have just released Yellowbrick v1.5, which is tested on numpy 1.22; please update Yellowbrick with pip install -U yellowbrick to get the latest changes!