diff --git a/requirements.txt b/requirements.txt index 26a7159..16fc570 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ astroquery matplotlib==3.5.3 numpy -parfive==1.5.1 # can be removed if https://github.com/Cadair/parfive/issues/132 is fixed +parfive==2.0.0 # 1.5.1 # can be removed if https://github.com/Cadair/parfive/issues/132 is fixed pyshorteners scipy -speasy>=1.2.0 -solarmach>=0.3.2 +speasy>=1.2.7 +solarmach>=0.3.4 stqdm streamlit streamlit-analytics2 diff --git a/streamlit_app.py b/streamlit_app.py index 0dc31a8..dcd6fc9 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -7,7 +7,6 @@ import numpy as np from stqdm import stqdm import streamlit as st -import streamlit.components.v1 as components # import streamlit_analytics # TODO: un-comment when streamlit-analytics has been updated with https://github.com/jrieke/streamlit-analytics/pull/44 import streamlit_analytics2 as streamlit_analytics from astropy.coordinates import SkyCoord @@ -474,6 +473,7 @@ def get_short_url(url): clear_url() # # goatcounter +# import streamlit.components.v1 as components # html_string = """ #