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

Support numpy >= 1.22 #301

Open
jaytmiller opened this issue Jul 25, 2023 · 2 comments
Open

Support numpy >= 1.22 #301

jaytmiller opened this issue Jul 25, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@jaytmiller
Copy link

Is your feature request related to a problem? Please describe.
Having a build constraint of numpy<1.22 is constraining on other packages installed in the same environment. numpy is now at 1.25.x.

Describe the solution you'd like
Try out newer versions of numpy to determine if the <1.22 constraint is still needed. If not, make changes to keep up with numpy evolution. If it's straightforward for non-experts to help out, let me know.

Describe alternatives you've considered
None, other than dropping exoplanet from our TIKE environment.

Additional context
Don't get me wrong, we want exoplanet and salute the hard work!

@jaytmiller jaytmiller added the enhancement New feature or request label Jul 25, 2023
@dfm
Copy link
Member

dfm commented Jul 26, 2023

Unfortunately this is non-trivial because the issue is with Theano, which is an (abandoned!) dependency of PyMC3. You might recommend supporting more recent versions of PyMC that don't depend on Theano, but unfortunately that's a bigger project and there are various reasons beyond the scope of this conversation that make me hesitant.

It's possible that we could hack something to get this at least working. I'll take a peek, but definitely no promises!

@jaytmiller
Copy link
Author

Great, thanks for your insight! (That's already quite a bit of unwinding about where the real problem is, very helpful.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants