mwvgroup / pittgoogle-client

Client for the Pitt-Google alert broker
https://mwvgroup.github.io/pittgoogle-client/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add functionality needed in pittgoogle-user repo #19

Closed troyraen closed 3 months ago

troyraen commented 1 year ago

Prompted by mwvgroup/pittgoogle-user#5 Used in mwvgroup/pittgoogle-user#20

Capturing some to-dos:

Updated changelog:

(copied from CHANGELOG.md)

Added

Changed

Removed

troyraen commented 7 months ago

@djperrefort can you take a look at the failing test for Build Documentation? It is complaining about distutils and numpy. The PRs that dependabot has opened (#21 thru #24) appear to have the same failure, so I don't think it's something introduced by this PR.

I did a little bit of Google searching and ended up wondering if we need to restrict to python < 3.12. Seems like we should try updating our explicit dependencies first, but I can't tell exactly what's causing the problem. I tried the more obvious numpy updates, but they didn't work.

troyraen commented 7 months ago

Docs build fixed in #28