-
Notifications
You must be signed in to change notification settings - Fork 186
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 breaks AWS Lambda functions #43
Comments
We support querying into Pandas DataFrame for using in data analysis - something like - stock-predictions.ipynb, but we will change the pandas depency to optional as is in old client. Regards |
Hi @bednar thank you for the quick response, when should we expect a release? |
Milestone 1.2.0 is planned at 2019-12-06. |
The issue is fixed in 1.2.0 milestone. If you would like to use a dev version then install client via:
Regards |
I'm trying to deploy this API to a lambda function. And there two issues with having numpy as a dependency:
It would be great to have a lite API that can work without them as dependencies.
The text was updated successfully, but these errors were encountered: