patrick-kidger / torchcubicspline

Interpolating natural cubic splines. Includes batching, GPU support, support for missing values, evaluating derivatives of the spline, and backpropagation.
Apache License 2.0
198 stars 18 forks source link

add numpy dependency #14

Closed alisterburt closed 1 year ago

alisterburt commented 1 year ago

This PR adds a missing numpy dependency to setup.py

https://github.com/patrick-kidger/torchcubicspline/blob/c877b6b8b9155e9bcc134d21a6df87b3d48b8de0/torchcubicspline/misc.py#L1

patrick-kidger commented 1 year ago

Thanks!