-
Notifications
You must be signed in to change notification settings - Fork 4
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
Numpy dependency should be specified #85
Labels
feature
New feature or request
Comments
I have to check if anything changed, but before it was not possible to specify such dependencies with |
Ah, seems that this is now possible, I'll do a PR. |
danieldk
added a commit
that referenced
this issue
Mar 8, 2020
Seems that maturin now supports this. Fixes #85.
danieldk
added a commit
that referenced
this issue
Mar 8, 2020
Seems that maturin now supports this. Fixes #85.
That was quick, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you try to get an embedding without having Numpy installed in the Python environment, you get a panic. Is it possible to have Numpy be automatically installed as a dependency when you run
pip install finalfusion
?The text was updated successfully, but these errors were encountered: