pysal / spreg

Spatial econometric regression in Python
https://pysal.org/spreg/
Other
66 stars 23 forks source link

failures due to update in `libpysal.common` #128

Closed jGaboardi closed 10 months ago

jGaboardi commented 10 months ago

Failures due to update in libpysal.common. Should be accessing packages directly when possible and also not with * import if possible (xref https://github.com/pysal/libpysal/issues/599)

https://github.com/pysal/spreg/blob/c0ead26df0938ea523a9804d6900abebb934a50a/spreg/diagnostics.py#L9

xref: https://github.com/pysal/libpysal/pull/597, https://github.com/pysal/libpysal/issues/605, https://github.com/pysal/esda/issues/271

martinfleis commented 10 months ago

This has now propagated to fresh environments with libpysal 4.9.2 released yesterday.