pysal / spreg

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

Update pyproject.toml – numpy version requirement #124

Closed jGaboardi closed 11 months ago

jGaboardi commented 11 months ago

There is no numpy>=1.3. This was probably introduced by typo at some point in the past.

knaaptime commented 11 months ago

i think im the only one who touched that file, so probably my fault. Thanks for catching

codecov[bot] commented 11 months ago

Codecov Report

Merging #124 (5a8f8a2) into main (e57cac0) will decrease coverage by 0.0%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #124     +/-   ##
=======================================
- Coverage   69.1%   69.1%   -0.0%     
=======================================
  Files         40      40             
  Lines       8723    8723             
  Branches    1253    1253             
=======================================
- Hits        6027    6024      -3     
- Misses      2316    2319      +3     
  Partials     380     380             

see 1 file with indirect coverage changes

jGaboardi commented 11 months ago

i think im the only one who touched that file, so probably my fault. Thanks for catching

Maybe, but I am seeing it across the ecosystem so it could have also been me (or anyone else).

jGaboardi commented 11 months ago

Should we cut a fresh release for this, or probably OK to let it ride?

knaaptime commented 11 months ago

bugfix bump

jGaboardi commented 11 months ago

Done