Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starry dependencies issues #301

Open
rodluger opened this issue Mar 29, 2022 · 2 comments
Open

Starry dependencies issues #301

rodluger opened this issue Mar 29, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@rodluger
Copy link
Owner

Two things we need to fix:

  • 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.
@rodluger rodluger added the bug Something isn't working label Mar 29, 2022
@dfm
Copy link
Collaborator

dfm commented Mar 29, 2022

This is the numpy pin that I use: numpy<1.22

@astronasko
Copy link

astronasko commented Apr 29, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants