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

Tests in `test_boolean_inference` fail with latest versions of pandas and numpy installed #1737

Closed thehomebrewnerd closed 3 months ago

thehomebrewnerd commented 1 year ago

Running the test woodwork/tests/type_system/test_ltype_inference.py::test_boolean_inference with pandas 2.0.3 and numpy 1.25.1 results in the following error.

TypeError: boolean value of NA is ambiguous

This should be resolved and the upper bound restriction on numpy in pyproject.toml should be removed

thehomebrewnerd commented 3 months ago

This issue has been resolved and numpy is no longer pinned in pyproject.toml.