alteryx / woodwork

Woodwork is a Python library that provides robust methods for managing and communicating data typing information.
https://woodwork.alteryx.com
BSD 3-Clause "New" or "Revised" License
145 stars 20 forks source link

Restrict numpy version to fix boolean inference issue #1735

Closed thehomebrewnerd closed 1 year ago

thehomebrewnerd commented 1 year ago

Closes #1736 Restrict numpy version to fix boolean inference issue

Adds temporary restriction on upper version of numpy to avoid a boolean inference issue with numpy 1.25.1.

codecov[bot] commented 1 year ago

Codecov Report

Merging #1735 (fe03bbd) into main (d2e6a71) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1735   +/-   ##
=======================================
  Coverage   98.76%   98.76%           
=======================================
  Files          98       98           
  Lines       11942    11942           
=======================================
  Hits        11794    11794           
  Misses        148      148