pollen-robotics / dtw

DTW (Dynamic Time Warping) python module
GNU General Public License v3.0
1.16k stars 233 forks source link

replace removed module imp by importlib #59

Closed schaefed closed 8 months ago

schaefed commented 8 months ago

Addresses #58 by replacing the usage of the removed python standard lib module imp in setup.py by importlib.

pierre-rouanet commented 8 months ago

Thanks!

schaefed commented 7 months ago

Do you plan a 1.4.1 release including the fix on pypi any time soon?