Spaces:
Runtime error
Runtime error
fixed imports
Browse files- app.py +0 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -22,7 +22,6 @@ from obspy.clients.fdsn.header import URL_MAPPINGS
|
|
22 |
|
23 |
import matplotlib.pyplot as plt
|
24 |
import matplotlib.dates as mdates
|
25 |
-
from matplotlib.colors import LightSource
|
26 |
|
27 |
from glob import glob
|
28 |
|
|
|
22 |
|
23 |
import matplotlib.pyplot as plt
|
24 |
import matplotlib.dates as mdates
|
|
|
25 |
|
26 |
from glob import glob
|
27 |
|
requirements.txt
CHANGED
@@ -13,5 +13,6 @@ tqdm==4.65.0
|
|
13 |
webdataset==0.2.48
|
14 |
obspy
|
15 |
pandas
|
16 |
-
|
|
|
17 |
git+http://github.com/nikitadurasov/masksembles
|
|
|
13 |
webdataset==0.2.48
|
14 |
obspy
|
15 |
pandas
|
16 |
+
bmi_topography
|
17 |
+
earthpy
|
18 |
git+http://github.com/nikitadurasov/masksembles
|