File ~/anaconda3/lib/python3.9/site-packages/stemtool/afit/atom_positions.py:11, in
9 from tqdm.auto import trange
10 from typing import Any, Tuple, Union
---> 11 from nptyping import NDArray, Shape, Int, Float, Bool, Complex
14 def remove_close_vals(input_arr, limit):
15 result = np.copy(input_arr)
ModuleNotFoundError: No module named 'nptyping'
File ~/anaconda3/lib/python3.9/site-packages/stemtool/afit/atom_positions.py:11, in
9 from tqdm.auto import trange
10 from typing import Any, Tuple, Union
---> 11 from nptyping import NDArray, Shape, Int, Float, Bool, Complex
14 def remove_close_vals(input_arr, limit):
15 result = np.copy(input_arr)
ModuleNotFoundError: No module named 'nptyping'