snad-space / ztf-viewer

ZTF data releases light curve viewer
http://ztf.snad.space
MIT License
14 stars 2 forks source link

Reimplement immutabledefaultdict #369

Open hombit opened 9 months ago

hombit commented 9 months ago

We have to pin immutabledict<4 because our implementation of an immutable default dict doesn't work anymore. We need to reimplement it. I think it would easy to just reimplement it from scratch.