dswah / pyGAM

[HELP REQUESTED] Generalized Additive Models in Python
https://pygam.readthedocs.io
Apache License 2.0
852 stars 156 forks source link

Code is incompatible with numpy 1.24.1 #326

Closed gedeck closed 9 months ago

gedeck commented 1 year ago

The code uses np.int which is no longer supported in numpy version 1.24.1. The PR #325 suggests to replace it with np.int_.

gedeck commented 9 months ago

Issue is resolved in new release