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

[delivery-service] drop dependency against scipy, install numpy using pip #305

Open
3 tasks
ccwienk opened this issue Jan 3, 2025 · 0 comments
Open
3 tasks

Comments

@ccwienk
Copy link
Collaborator

ccwienk commented Jan 3, 2025

Context / Motivation

scipy is used to calculate a function based on some data points. this is unnecessarily expensive and a very weird way of solving the problem of actually acquiring a function definition.

instead:

  • define an equivalent function, and call it.
  • then drop dependency to (then no longer) needed scipy package.

Also:

  • install numpy using pip rather than alpine's package-mgr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant