You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
theano doesn't work with newer versions of numpy. We need to pin it to something like numpy==1.20.3 in the setup file. If I ever have time I should swap out the backend for jax...
starry now depends on tqdm; make it an explicit dependency.
The text was updated successfully, but these errors were encountered:
@rodluger Is there any working solution for Python 3.10? I keep trying to setup starry, including rolling back to numpy==1.20.3, but it seems like NumPy 1.20.3 does not support Python 3.10.
Two things we need to fix:
theano
doesn't work with newer versions of numpy. We need to pin it to something likenumpy==1.20.3
in the setup file. If I ever have time I should swap out the backend forjax
...starry
now depends ontqdm
; make it an explicit dependency.The text was updated successfully, but these errors were encountered: