pcdshub / lightpath

LCLS Lightpath Module
https://pcdshub.github.io/lightpath
Other
4 stars 9 forks source link

DEP: No more numpy dependency #36

Closed teddyrendahl closed 6 years ago

teddyrendahl commented 6 years ago

Description

Remove numpy from the dependency tree. Only using it for np.nan and np.inf which are now included in the math module.

Motivation and Context

Why not?