Brian McDonnell
Results
1
comments of
Brian McDonnell
Looks like the [requirements.txt](https://github.com/danielgatis/rembg/blob/6e4b75d82c5ebbe6bcd27ec22595308b6750def4/requirements.txt#L8) is incorrect. It lists `numpy==1.21.6`, but `1.21.6` version of `argmax` doesn't have `keepdims` as a parameter. `1.22.0` does have it. https://github.com/numpy/numpy/blob/v1.21.6/numpy/core/fromnumeric.py#L1122 https://github.com/numpy/numpy/blob/v1.22.0/numpy/core/fromnumeric.py#L1128 Unfortunately after upgrading to...