This PR fixes https://github.com/uafgeotools/lts_array/issues/10 by removing some circular imports in flts_helper_array.py. Since the functions are defined in the file itself there is no need to import them. I'm not sure why things worked in Python 3.7 + 3.8, maybe the import rules changed.
I also added -c conda-forge to make sure conda finds Obspy.
This PR fixes https://github.com/uafgeotools/lts_array/issues/10 by removing some circular imports in
flts_helper_array.py
. Since the functions are defined in the file itself there is no need to import them. I'm not sure why things worked in Python 3.7 + 3.8, maybe the import rules changed.I also added
-c conda-forge
to make sure conda finds Obspy.Pinging @davidfee5 and @jwbishop.