simpeg / geoana

Interactive geoscience (mostly) analytic functions.
MIT License
22 stars 9 forks source link

libdlf #63

Closed jcapriot closed 1 year ago

jcapriot commented 1 year ago

This changes the requirements from empymod to libdlf.

We were only using empymod to essentially define the filter anyways. The libdlf library only has numpy as a dependancy, so it should eliminate the implied requirement numba.

prisae commented 1 year ago

Cool, that is great, a use for libdlf! I meant to remove all the filter stuff from empymod since a while, and use libdlf within empymod as well. One day...