scikit-learn-contrib / hiclass

A python library for hierarchical classification compatible with scikit-learn
BSD 3-Clause "New" or "Revised" License
113 stars 19 forks source link

Incompatibility with numpy 1.24 #75

Closed mirand863 closed 1 year ago

mirand863 commented 1 year ago

The tests fail with numpy 1.24

Steps to reproduce the behavior:

  1. Install numpy 1.24
  2. Run tests
  3. See error

The library is expected to work with any version of numpy

For now, a quick fix was to set the numpy version in the conda recipe and setup.py to be < 1.24