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

Can it be used on micropython? #55

Open
AiPacino opened this issue Feb 16, 2022 · 1 comment
Open

Can it be used on micropython? #55

AiPacino opened this issue Feb 16, 2022 · 1 comment

Comments

@AiPacino
Copy link

https://micropython.org/

@fasiha
Copy link
Owner

fasiha commented Feb 16, 2022

Semi-related to #21.

Short answer: no, this won't work out of the box with even pure regular CPython since it depends on Scipy and Numpy for a few core things.

But folks have written stand-alone pure Python implementations of the functions we use in those dependencies. I wrote an early version of such an implementation in the no-deps branch and which inspired @thetruejacob's https://github.com/thetruejacob/Anki-Ebisu.

I'd like to officially provide a no-dependency implementation for things like Anki and Micropython but haven't made time to prioritize that yet. But I'm more than happy to help provide help or guidance on that project!

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

No branches or pull requests

2 participants