File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
astroquery
2
2
matplotlib == 3.5.3
3
3
numpy
4
- parfive == 1.5.1 # can be removed if https://github.com/Cadair/parfive/issues/132 is fixed
4
+ parfive == 2.0.0 # 1.5.1 # can be removed if https://github.com/Cadair/parfive/issues/132 is fixed
5
5
pyshorteners
6
6
scipy
7
- speasy >= 1.2.0
8
- solarmach >= 0.3.2
7
+ speasy >= 1.2.7
8
+ solarmach >= 0.3.4
9
9
stqdm
10
10
streamlit
11
11
streamlit-analytics2
Original file line number Diff line number Diff line change 7
7
import numpy as np
8
8
from stqdm import stqdm
9
9
import streamlit as st
10
- import streamlit .components .v1 as components
11
10
# import streamlit_analytics # TODO: un-comment when streamlit-analytics has been updated with https://github.com/jrieke/streamlit-analytics/pull/44
12
11
import streamlit_analytics2 as streamlit_analytics
13
12
from astropy .coordinates import SkyCoord
@@ -474,6 +473,7 @@ def get_short_url(url):
474
473
clear_url ()
475
474
476
475
# # goatcounter
476
+ # import streamlit.components.v1 as components
477
477
# html_string = """
478
478
# <script data-goatcounter="https://solar-mach.goatcounter.com/count"
479
479
# async src="//gc.zgo.at/count.js"></script>
You can’t perform that action at this time.
0 commit comments